Skip to content

Commit

Permalink
CI: Set package version before publishing to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelak-dtml committed Jul 27, 2023
1 parent 7ec7bbb commit 4145aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
# Publish to PyPI
########################################
poetry config http-basic.pypi ${{ secrets.PYPI_USERNAME}} ${{ secrets.PYPI_PASSWORD }}
poetry version ${{ env.NEW_VERSION }}
poetry publish --build
build-docs:
Expand Down

0 comments on commit 4145aa1

Please sign in to comment.