Skip to content

Commit

Permalink
Upgrade upload artifact to V4
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsi authored Oct 3, 2024
1 parent 8b5d1db commit 8aca345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
python -m twine upload -r pypi --skip-existing wheelhouse/*
- name: Upload artifacts to github
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: wheels
Expand Down

0 comments on commit 8aca345

Please sign in to comment.