Skip to content

Commit

Permalink
Use upload-artifact@v3 action
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Mar 7, 2022
1 parent 5a57d50 commit f73a34a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
env:
CIBW_SKIP: '*-win32 *i686'

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: binary-wheels
path: ./wheelhouse/*.whl

build_sdist:
Expand Down

0 comments on commit f73a34a

Please sign in to comment.