Skip to content

Commit

Permalink
Release: Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
dfjosullivan committed Aug 7, 2023
1 parent dbd95f0 commit 9ec3825
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ jobs:
- name: Install Dependencies
run: poetry install --no-root

- name: Update version in pyproject.toml
run: |
poetry version $(git describe --tags --abbrev=0 | sed 's/^v//')
- name: Build Package Distributions
run: poetry build

Expand Down

0 comments on commit 9ec3825

Please sign in to comment.