Skip to content

Commit

Permalink
Minor change in pypi workflow
Browse files Browse the repository at this point in the history
Remove MACOSX_DEPLOYMENT_TARGET as pypa/cibuildwheel already sets
it to 10.13 by default since 2.21.0
  • Loading branch information
gbolmier committed Nov 26, 2024
1 parent cfa712d commit 0390346
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
CIBW_BEFORE_BUILD: >
rustup default nightly &&
rustup show
MACOSX_DEPLOYMENT_TARGET: 10.13
- uses: actions/upload-artifact@v4
with:
name: artifact-${{ matrix.os }}
Expand Down

0 comments on commit 0390346

Please sign in to comment.