Skip to content

Commit

Permalink
Remove sdist from macOS build (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored May 2, 2024
1 parent 13d8bb3 commit 4f5b55d
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 @@ -25,7 +25,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: x86_64
args: --release --out dist --sdist -i 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9
args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9
- name: Test built wheel - x86_64
run: |
pip install pycrdt --no-index --find-links dist --force-reinstall
Expand Down

0 comments on commit 4f5b55d

Please sign in to comment.