Skip to content

Commit

Permalink
upload v4 (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane authored Sep 16, 2024
1 parent b90a7cb commit d44f054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
RELEASE_VERSION=$(echo "${{ github.ref }}" | sed 's/^refs\/tags\/v//') python setup.py sdist bdist_wheel
- name: Upload wheel
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wheel
path: dist/
Expand Down

0 comments on commit d44f054

Please sign in to comment.