Skip to content

Commit

Permalink
[CI] Revert upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowkes authored Sep 4, 2024
1 parent 6487f92 commit 2aed805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
CIBW_TEST_REQUIRES: numpy
CIBW_TEST_COMMAND: python {project}/tests/test_multistart.py

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

Expand All @@ -75,7 +75,7 @@ jobs:
- name: Build sdist
run: pipx run build --sdist

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: dist/*.tar.gz

Expand Down

0 comments on commit 2aed805

Please sign in to comment.