We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be1220 commit 942df36Copy full SHA for 942df36
1 file changed
.github/workflows/publish.yml
@@ -21,3 +21,6 @@ jobs:
21
run: poetry install
22
- name: Publish
23
run: poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
24
+ env:
25
+ PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
26
+ PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
0 commit comments