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 4, 2024
1 parent 1a964f9 commit e306fc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.11'
architecture: 'x64'

- name: Build sdist
run: pipx run build --sdist

Expand Down

0 comments on commit e306fc5

Please sign in to comment.