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 7b2d07a commit 902ac60Copy full SHA for 902ac60
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
# PyPI username
26
user: ${{ secrets.PYPI_USER }}
27
# PyPI password or API token
28
- password: ${{ secrets.TEST_PYPI_PASS }}
+ password: ${{ secrets.PYPI_PASS }}
29
# `setup.py` command to run ("true" is a shortcut for "clean sdist -d <dist_dir> bdist_wheel -d <dist_dir>")
30
build: clean sdist -d dist/
31
# `pip` command to run ("true" is a shortcut for "wheel -w <dist_dir> --no-deps .")
0 commit comments