Skip to content

Commit 0a18510

Browse files
committed
publish
1 parent 96a3af0 commit 0a18510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
path: dist/*.whl
4444

4545
publish:
46-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
46+
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
4747
runs-on: ubuntu-latest
4848
needs: [build-linux, build-macos]
4949
environment:

0 commit comments

Comments
 (0)