Skip to content

Commit 94bfe38

Browse files
committed
Comment-out deploy to Test Pypi
1 parent 2dd0f24 commit 94bfe38

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,11 @@ jobs:
201201
draft: true
202202
generate_release_notes: true
203203

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 }}
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 }}

0 commit comments

Comments
 (0)