Skip to content

Commit c0b39b5

Browse files
committed
Publish only ubuntu wheels for now
1 parent 87089c0 commit c0b39b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
path: dist/*.tar.gz
5050

5151
upload_pypi:
52-
needs: [build_wheels]
52+
needs: [build_wheels, build_sdist]
5353
runs-on: ubuntu-latest
5454
steps:
5555
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)