Skip to content

Commit

Permalink
Python workflow: manual release
Browse files Browse the repository at this point in the history
  • Loading branch information
orottier committed Jun 12, 2024
1 parent 29f45cc commit 1209584
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
workflow_dispatch:
# if: "startsWith(github.ref, 'refs/tags/')"
# needs: [linux, musllinux, windows, macos, sdist] # musl and linux ignored for now
needs: [windows, macos, sdist]
steps:
Expand Down

0 comments on commit 1209584

Please sign in to comment.