Skip to content

Commit

Permalink
DEBUG: run regular wheel builds on fork
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Aug 11, 2024
1 parent c8a7ecc commit ec00578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/freethreaded_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
# Runs on every merge to main to upload .dev0 wheels to anaconda.org
- main
- v1.**
- py313-whl
#- py313-whl
# Make it possible to upload wheels manually if needed (for anaconda.org only, not PyPI)
workflow_dispatch:
inputs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheel_tests_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
# Runs on every merge to main to upload .dev0 wheels to anaconda.org
- main
- v1.**
- py313-whl
# Make it possible to upload wheels manually if needed (for anaconda.org only, not PyPI)
workflow_dispatch:
inputs:
Expand Down

0 comments on commit ec00578

Please sign in to comment.