Skip to content

Commit 330a7f7

Browse files
committed
Python workflow: revert to only release on tags
This reverts commit 1209584.
1 parent 5077198 commit 330a7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
release:
161161
name: Release
162162
runs-on: ubuntu-latest
163-
# if: "startsWith(github.ref, 'refs/tags/')"
163+
if: "startsWith(github.ref, 'refs/tags/')"
164164
# needs: [linux, musllinux, windows, macos, sdist] # musl and linux ignored for now
165165
needs: [windows, macos, sdist]
166166
steps:

0 commit comments

Comments
 (0)