Skip to content

Commit 2f4c4c8

Browse files
authored
Update pip-install.yml
1 parent 873177b commit 2f4c4c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pip-install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
3737
shell: bash
3838

39-
- uses: actions/upload-artifact@v4
39+
- uses: actions/upload-artifact@v3
4040
with:
4141
path: ./wheelhouse/*.whl
4242

@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/setup-python@v5
5353
name: Install Python
5454
with:
55-
python-version: ${{ matrix.python }}
55+
python-version: 3.9
5656

5757
- name: Build sdist
5858
run: python setup.py sdist

0 commit comments

Comments
 (0)