Skip to content

Commit

Permalink
Update pip-install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryBarnes authored Feb 7, 2024
1 parent 873177b commit 2f4c4c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
shell: bash

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl

Expand All @@ -52,7 +52,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: ${{ matrix.python }}
python-version: 3.9

- name: Build sdist
run: python setup.py sdist
Expand Down

0 comments on commit 2f4c4c8

Please sign in to comment.