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 2f598b7 commit 779fb7cCopy full SHA for 779fb7c
.github/workflows/deploy_pypi.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: pypa/gh-action-pypi-publish@master
36
with:
37
user: __token__
38
- password: ${{ secrets.PYPI_PASSWORD }}
+ password: ${{ secrets.TEST_PYPI_PASSWORD }}
39
repository_url: https://test.pypi.org/legacy/
40
- name: Publish package to PyPI
41
0 commit comments