Potential fix for uploading artifacts.

This commit is contained in:
Josh W 2024-09-03 21:11:54 -04:00
parent 33f4475300
commit 4125491113

View file

@ -72,7 +72,7 @@ jobs:
- name: Upload wheels to artifact container - name: Upload wheels to artifact container
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} #name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl path: ./wheelhouse/*.whl
upload_all: upload_all:
@ -82,8 +82,7 @@ jobs:
- name: Get SDist and wheels from artifact container - name: Get SDist and wheels from artifact container
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
pattern: dist-* name: artifact
merge-multiple: true
path: dist path: dist
- name: Publish wheels to Test PyPI - name: Publish wheels to Test PyPI
uses: pypa/gh-action-pypi-publish@v1.10.1 uses: pypa/gh-action-pypi-publish@v1.10.1