Skip to content

Commit

Permalink
🐛 Change workflow github to maybe work
Browse files Browse the repository at this point in the history
  • Loading branch information
rdenise committed Oct 21, 2023
1 parent 2568711 commit 0aff4e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
pip install poetry
- name: Build and publish
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
poetry version $(git describe --tags --abbrev=0)
poetry build
poetry publish --username ${{ secrets.PYPI_USERNAME }} --password ${{ secrets.PYPI_PASSWORD }}
poetry publish

0 comments on commit 0aff4e9

Please sign in to comment.