Skip to content

Commit d8e365e

Browse files
committed
temp
1 parent 55cf93e commit d8e365e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
Release:
9393
needs: [ build, build_sdist ]
94-
if: success() && startsWith(github.ref, 'refs/tags/')
94+
# if: success() && startsWith(github.ref, 'refs/tags/')
9595
runs-on: ubuntu-latest
9696

9797
steps:

0 commit comments

Comments
 (0)