Skip to content

Commit

Permalink
Merge pull request #5 from kalcohol/main-update-release-actions
Browse files Browse the repository at this point in the history
update actions
  • Loading branch information
kalcohol authored Dec 5, 2024
2 parents 6fdb2bc + 957a742 commit 916d2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python setup.py bdist_wheel
- name: Upload the package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: python-package
path: dist/*.whl

0 comments on commit 916d2d9

Please sign in to comment.