Skip to content

Commit

Permalink
use upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
taoning committed Oct 30, 2024
1 parent 89b22dd commit f67ca97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
python-version: '3.10'

- name: Get dependencies
run: pip install requests wheel auditwheel pytest
run: pip install requests wheel auditwheel

- name: Build Wheels
run: python setup.py bdist_wheel
run: python -m build

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


Expand Down

0 comments on commit f67ca97

Please sign in to comment.