Skip to content

Commit

Permalink
Hack tests.yml to disable TestPyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau authored Jun 3, 2024
1 parent c68530a commit d903de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
ls dist
- name: upload to TestPyPI
if: github.event_name == 'push' && github.ref_name == 'main'
if: false && github.event_name == 'push' && github.ref_name == 'main'
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
Expand Down

0 comments on commit d903de1

Please sign in to comment.