Skip to content

Commit

Permalink
del pypy3.10 version for window
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-bearabbit committed Nov 16, 2024
1 parent ca3dc24 commit fd8c7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: PyO3/maturin-action@v1
with:
command: build
args: --release -o dist -i 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.10
args: --release -o dist -i 3.7 3.8 3.9 3.10 3.11 3.12
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit fd8c7d1

Please sign in to comment.