We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436d0cb commit 0ef5cdcCopy full SHA for 0ef5cdc
.github/workflows/publish-pypi.yml
@@ -44,4 +44,5 @@ jobs:
44
- name: Publish to PyPI
45
if: github.event_name == 'release'
46
run: |
47
+ source .venv/bin/activate
48
poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }} --build
0 commit comments