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 2dd0f24 commit 94bfe38Copy full SHA for 94bfe38
.github/workflows/ci.yml
@@ -201,11 +201,11 @@ jobs:
201
draft: true
202
generate_release_notes: true
203
204
- - name: "Deploy to Test PyPi"
205
- run: |
206
- pip install twine
207
- twine upload --repository testpypi --skip-existing ./**/*.whl
208
- twine upload --repository testpypi --skip-existing ./**/*.tar.gz
209
- env:
210
- TWINE_USERNAME: __token__
211
- TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
+# - name: "Deploy to Test PyPi"
+# run: |
+# pip install twine
+# twine upload --repository testpypi --skip-existing ./**/*.whl
+# twine upload --repository testpypi --skip-existing ./**/*.tar.gz
+# env:
+# TWINE_USERNAME: __token__
+# TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
0 commit comments