We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73fe05 commit a53d8f7Copy full SHA for a53d8f7
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
publish:
30
needs: [build]
31
runs-on: ubuntu-latest
32
- if: github.event_name == 'release' && github.event.action == 'published'
+ # if: github.event_name == 'release' && github.event.action == 'published'
33
34
steps:
35
- name: Download SDist and wheel
0 commit comments