We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2dfcae commit 6abf3adCopy full SHA for 6abf3ad
.github/workflows/build_wheels.yml
@@ -47,6 +47,7 @@ jobs:
47
CIBW_TEST_REQUIRES: pytest
48
CIBW_TEST_COMMAND: "pytest {project}/tests"
49
CIBW_MANYLINUX_*_IMAGE: manylinux_2_28
50
+ MACOSX_DEPLOYMENT_TARGET: ${{ matrix.architecture == 'x86_64' && '13.0' || '14.0' }}
51
52
- uses: actions/upload-artifact@v3
53
with:
@@ -56,13 +57,13 @@ jobs:
56
57
name: Build source distribution
58
runs-on: ubuntu-latest
59
steps:
- - uses: actions/checkout@v3
60
+ - uses: actions/checkout@v4
61
62
- name: Build sdist
63
shell: bash -l {0}
64
run: pipx run build --sdist
65
- - uses: actions/upload-artifact@v3
66
+ - uses: actions/upload-artifact@v4
67
68
path: dist/*.tar.gz
69
0 commit comments