Skip to content

Commit

Permalink
trying to solve issue with publish.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoleski committed Dec 2, 2024
1 parent 8073d8c commit d4953d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Skips PyPy
os: [ubuntu-latest, macos-latest]
cibw_archs: [auto64, arm64]
cibw_build: [cp38-*, cp39-*, cp310-*, cp311-*]
cibw_build: [cp38, cp39, cp310, cp311]
cibw_skip: [pp*]
exclude:
- os: ubuntu-latest
Expand Down

0 comments on commit d4953d1

Please sign in to comment.