Skip to content

Commit

Permalink
Update workflow to fix windows wheels issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Oct 18, 2023
1 parent 3257e78 commit 5390b42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ jobs:
- uses: messense/maturin-action@v1
with:
command: build
args: --release -o dist -i 3.7 3.8 3.9 3.10 3.11 3.12 --manifest-path zspell-py/Cargo.toml
# FIXME: python 3.12 not yet available on windows runners
args: --release -o dist -i 3.7 3.8 3.9 3.10 3.11 --manifest-path zspell-py/Cargo.toml
- name: upload wheels
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 5390b42

Please sign in to comment.