Fix issue with newer upload-artifact in PyPI action (#4512)
Github is breaking older upload-artifact in a few weeks
This commit is contained in:
parent
d670b0439c
commit
f6c7c98f34
4
.github/workflows/pypi_upload.yml
vendored
4
.github/workflows/pypi_upload.yml
vendored
@ -97,9 +97,9 @@ jobs:
|
||||
only: ${{ matrix.only }}
|
||||
|
||||
- name: Upload wheels as workflow artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.name }}-mypyc-wheels
|
||||
name: ${{ matrix.only }}-mypyc-wheels
|
||||
path: ./wheelhouse/*.whl
|
||||
|
||||
- if: github.event_name == 'release'
|
||||
|
Loading…
Reference in New Issue
Block a user