Skip to content

Commit

Permalink
upload artifact job to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgajg1134 committed Sep 16, 2024
1 parent 52da180 commit 95e7b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install wheel
pip wheel --no-deps -w dist .
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: dist/*.whl

Expand All @@ -49,7 +49,7 @@ jobs:
run: |
python setup.py sdist
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz

Expand Down

0 comments on commit 95e7b62

Please sign in to comment.