We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d861a5 commit c651ceeCopy full SHA for c651cee
.github/workflows/release.yml
@@ -17,4 +17,6 @@ jobs:
17
# poetry config virtualenvs.path .virtualenvs
18
19
- name: Publish to PyPI
20
- run: poetry publish --build --username "__token__" --password ${{ secrets.PIPY_TOKEN }}
+ env:
21
+ PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
22
+ run: poetry publish --build --username "__token__" --password $PYPI_TOKEN
0 commit comments