Skip to content

Commit 0390346

Browse files
committed
Minor change in pypi workflow
Remove MACOSX_DEPLOYMENT_TARGET as pypa/cibuildwheel already sets it to 10.13 by default since 2.21.0
1 parent cfa712d commit 0390346

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
CIBW_BEFORE_BUILD: >
7777
rustup default nightly &&
7878
rustup show
79-
MACOSX_DEPLOYMENT_TARGET: 10.13
8079
- uses: actions/upload-artifact@v4
8180
with:
8281
name: artifact-${{ matrix.os }}

0 commit comments

Comments
 (0)