Skip to content

Commit

Permalink
Fix PyPI release
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd committed Nov 28, 2022
1 parent eb19102 commit 9981051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: python -m pip install poetry --user

- name: Build
run: >
run: |
poetry version $(git describe --tags --abbrev=0)
poetry build
Expand Down

0 comments on commit 9981051

Please sign in to comment.