Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz committed Jul 11, 2024
1 parent b240b3f commit 811dd5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
testing \
bash -c "\$PYBIN/black --check ."
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wheels-lin
path: ./python/dist/*.whl
Expand All @@ -55,7 +55,7 @@ jobs:
testing \
bash -c "\$PYBIN/python setup.py sdist"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: targz
path: ./python/dist/*.tar.gz
Expand Down

0 comments on commit 811dd5c

Please sign in to comment.