Skip to content

Commit 20882ce

Browse files
committed
only build wheels on release
1 parent 255a132 commit 20882ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python test.py
3939
4040
build-wheels:
41-
#if: github.event_name == 'release' && github.event.action == 'published'
41+
if: github.event_name == 'release' && github.event.action == 'published'
4242
needs: test
4343

4444
strategy:
@@ -67,7 +67,7 @@ jobs:
6767
path: ./wheelhouse/*.whl
6868

6969
build-sdist:
70-
#if: github.event_name == 'release' && github.event.action == 'published'
70+
if: github.event_name == 'release' && github.event.action == 'published'
7171
needs: test
7272

7373
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)