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.
2 parents f0ed1ec + 5ff2255 commit 669abf8Copy full SHA for 669abf8
.github/workflows/CD-dev.yml
@@ -40,4 +40,4 @@ jobs:
40
- name: Publish to PyPi
41
uses: pypa/gh-action-pypi-publish@release/v1
42
with:
43
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI_DEV_API_TOKEN }}
0 commit comments