Skip to content

Commit

Permalink
CICD: Handle restriction on artifact name for v4
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Dec 28, 2023
1 parent 4b58aef commit 04bcbeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: artifact-${{ matrix.os }}
path: wheelhouse/*.whl

upload_all:
Expand All @@ -94,7 +95,8 @@ jobs:

- uses: actions/download-artifact@v4
with:
name: artifact
pattern: artifact-*
merge-multiple: true
path: dist

- uses: pypa/gh-action-pypi-publish@v1.8.11
Expand Down

0 comments on commit 04bcbeb

Please sign in to comment.