Skip to content

Commit 6abf3ad

Browse files
committed
Update all actions to v4"
1 parent e2dfcae commit 6abf3ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
CIBW_TEST_REQUIRES: pytest
4848
CIBW_TEST_COMMAND: "pytest {project}/tests"
4949
CIBW_MANYLINUX_*_IMAGE: manylinux_2_28
50+
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.architecture == 'x86_64' && '13.0' || '14.0' }}
5051

5152
- uses: actions/upload-artifact@v3
5253
with:
@@ -56,13 +57,13 @@ jobs:
5657
name: Build source distribution
5758
runs-on: ubuntu-latest
5859
steps:
59-
- uses: actions/checkout@v3
60+
- uses: actions/checkout@v4
6061

6162
- name: Build sdist
6263
shell: bash -l {0}
6364
run: pipx run build --sdist
6465

65-
- uses: actions/upload-artifact@v3
66+
- uses: actions/upload-artifact@v4
6667
with:
6768
path: dist/*.tar.gz
6869

0 commit comments

Comments
 (0)