Skip to content

Commit

Permalink
Upgrade GitHub template
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsystem committed Nov 2, 2024
1 parent 2d61bba commit f4e6fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
python -m pip install wheel
python setup.py bdist_wheel
- name: Archive artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist
name: dist-${{ matrix.python-version }}
path: |
dist

0 comments on commit f4e6fdc

Please sign in to comment.