We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255a132 commit 20882ceCopy full SHA for 20882ce
1 file changed
.github/workflows/pythonpackage.yml
@@ -38,7 +38,7 @@ jobs:
38
python test.py
39
40
build-wheels:
41
- #if: github.event_name == 'release' && github.event.action == 'published'
+ if: github.event_name == 'release' && github.event.action == 'published'
42
needs: test
43
44
strategy:
@@ -67,7 +67,7 @@ jobs:
67
path: ./wheelhouse/*.whl
68
69
build-sdist:
70
71
72
73
runs-on: ubuntu-latest
0 commit comments