Potential fix for uploading artifacts.
This commit is contained in:
parent
33f4475300
commit
4125491113
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build-test-pypi.yml
vendored
5
.github/workflows/build-test-pypi.yml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
|||
- name: Upload wheels to artifact container
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
|
||||
#name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
|
||||
path: ./wheelhouse/*.whl
|
||||
|
||||
upload_all:
|
||||
|
@ -82,8 +82,7 @@ jobs:
|
|||
- name: Get SDist and wheels from artifact container
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
pattern: dist-*
|
||||
merge-multiple: true
|
||||
name: artifact
|
||||
path: dist
|
||||
- name: Publish wheels to Test PyPI
|
||||
uses: pypa/gh-action-pypi-publish@v1.10.1
|
||||
|
|
Loading…
Reference in a new issue