Skip to content

Commit

Permalink
BLD: roll back github upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
mckib2 committed Sep 22, 2024
1 parent 4f6c791 commit b10fe68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
python -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl

Expand All @@ -67,7 +67,7 @@ jobs:
- name: Build sdist
run: python -m build .

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

Expand Down

0 comments on commit b10fe68

Please sign in to comment.