Skip to content

Commit

Permalink
Bug fixed: action
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBoTang committed Dec 8, 2024
1 parent eacde63 commit 3dfc356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: python -m build
working-directory: ./pkg
- name: Upload dist to Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist
path: pkg/dist/**
Expand Down
2 changes: 1 addition & 1 deletion pkg/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# mail address
author_email = "bolucas.tang@mail.utoronto.ca",
# restrict Python version
python_requires="<3.12"
python_requires="<3.12",
# dependencies
install_requires = [
"numpy",
Expand Down

0 comments on commit 3dfc356

Please sign in to comment.