Skip to content

Commit 0501b36

Browse files
committed
s
1 parent c12e14e commit 0501b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-py.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
name: Publish to PyPI
135135
needs: [ sdist, wheels ]
136136
runs-on: ubuntu-latest
137-
if: startsWith(github.ref, 'refs/tags/v')
137+
# if: startsWith(github.ref, 'refs/tags/v')
138138
steps:
139139
- uses: actions/download-artifact@v4
140140
with:

0 commit comments

Comments
 (0)