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 27bad12 commit 9edb271Copy full SHA for 9edb271
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
run: poetry install
21
- name: Build package
22
run: poetry build
23
-# - name: Publish to PyPI
24
-# env:
25
-# PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
26
-# run: poetry publish --username __token__ --password $PYPI_API_TOKEN
+ - name: Publish to PyPI
+ env:
+ PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
+ run: poetry publish --username __token__ --password $PYPI_API_TOKEN
0 commit comments