Skip to content

Commit

Permalink
publish.yml now sets poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
h-janes authored Nov 28, 2022
1 parent a27b876 commit 6a15304
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Set version number
run: |
poetry version ${{ github.event.release.tag_name }}
- name: Build package
run: poetry build
Expand Down

0 comments on commit 6a15304

Please sign in to comment.