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 0c102a1 commit d20ae9bCopy full SHA for d20ae9b
.github/workflows/publish.yml
@@ -25,8 +25,8 @@ jobs:
25
# might have already been updated, this would be bad.
26
- name: Publish to TestPyPI
27
env:
28
- TWINE_USERNAME: ${{ secrets.test_pypi_username }}
29
- TWINE_PASSWORD: ${{ secrets.test_pypi_password }}
+ TWINE_USERNAME: '__token__'
+ TWINE_PASSWORD: ${{ secrets.test_pypi_token }}
30
run: |
31
twine upload --repository testpypi --skip-existing --verbose dist/*
32
- name: Publish to PyPI
0 commit comments