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 7b8b921 commit 5815c6eCopy full SHA for 5815c6e
.github/workflows/python-publish.yml
@@ -22,8 +22,8 @@ jobs:
22
TWINE_USERNAME: __token__
23
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
24
run: |
25
- python setup.py sdist bdist_wheel
26
- twine upload testpypi dist/*
+ python setup.py sdist bdist_wheel
+ twine upload --repository testpypi dist/*
27
- name: Build and publish
28
working-directory: ./lib
29
env:
0 commit comments