Skip to content

Commit

Permalink
Try deploying from this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
makaimann committed Feb 17, 2025
1 parent c71171d commit 8adb7dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ jobs:
- name: Upload wheels to TestPyPI
if: >
github.event_name == 'workflow_dispatch' &&
github.event.inputs.deploy_target == 'Test PyPI'
github.event.inputs.deploy_target == 'Test PyPI' ||
(github.event_name == 'push' && github.ref == 'refs/heads/setuptools')
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }}
Expand Down

0 comments on commit 8adb7dc

Please sign in to comment.