Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
taoning committed Oct 24, 2024
1 parent 0c9b600 commit b06ccb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
run: python setup.py bdist_wheel

- name: upload wheels
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheel-${{ matrix.os }}
name: dist
path: ./dist/*.whl


Expand Down

0 comments on commit b06ccb1

Please sign in to comment.