We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7277d80 commit bce1746Copy full SHA for bce1746
.github/workflows/publish.yaml
@@ -63,10 +63,8 @@ jobs:
63
# Try uploading to Test PyPI first, in case something fails.
64
- uses: pypa/gh-action-pypi-publish@c7f29f7adef1a245bd91520e94867e5c6eedddcc
65
with:
66
- password: ${{ secrets.TEST_PYPI_TOKEN }}
67
repository_url: https://test.pypi.org/legacy/
68
packages_dir: artifact/
69
70
71
- password: ${{ secrets.PYPI_TOKEN }}
72
0 commit comments