Skip to content

Commit

Permalink
fixed missing windows wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Luca van den Busch committed Jan 31, 2024
1 parent 90af1e1 commit 745ee26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

build_sdist:
name: Build sdist and upload to PyPI
needs: [build_linux_wheels, build_musl_wheels, build_macosx_wheels]
needs: [build_linux_wheels, build_musl_wheels, build_macosx_wheels, build_windows_wheels]
# Just need to build sdist on a single machine
runs-on: ubuntu-latest

Expand Down

0 comments on commit 745ee26

Please sign in to comment.