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 b578c84 commit e572bd7Copy full SHA for e572bd7
.github/workflows/python-test-publish.yml
@@ -30,8 +30,8 @@ jobs:
30
pip install setuptools wheel twine
31
- name: Build and publish
32
env:
33
- TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
34
- TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
+ TWINE_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }}
+ TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
35
run: |
36
python setup.py sdist bdist_wheel
37
twine upload --repository testpypi dist/*
0 commit comments