Skip to content

Commit

Permalink
Attempting fix for build fail on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shz9 committed Apr 5, 2024
1 parent dc6a558 commit 102f4c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ jobs:
python-version: '3.11'

- name: Build sdist
run: python -m pipx run build --sdist
run: |
python -m pip install --user pipx
python -m pipx ensurepath
python -m pipx run build --sdist
- name: test install
run: |
Expand Down

0 comments on commit 102f4c5

Please sign in to comment.