Skip to content

Commit a53d8f7

Browse files
committed
Update release to publish on PyPI
1 parent e73fe05 commit a53d8f7

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
@@ -29,7 +29,7 @@ jobs:
2929
publish:
3030
needs: [build]
3131
runs-on: ubuntu-latest
32-
if: github.event_name == 'release' && github.event.action == 'published'
32+
# if: github.event_name == 'release' && github.event.action == 'published'
3333

3434
steps:
3535
- name: Download SDist and wheel

0 commit comments

Comments
 (0)