Skip to content

Commit

Permalink
Update release.yml with actions/upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
feiye-vims authored Oct 17, 2024
1 parent ee7ffc7 commit 8592725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: build wheel
run: pip wheel . -w dist --no-deps
- name: save wheel
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: build
path: ./dist/*.whl
Expand All @@ -45,7 +45,7 @@ jobs:
- name: package source
run: python setup.py sdist
- name: save source package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: build
path: ./dist/*.tar.gz
Expand Down

0 comments on commit 8592725

Please sign in to comment.