Skip to content

Commit

Permalink
Artifacts need unique names
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Jan 31, 2024
1 parent 064a640 commit fdbf91a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build_upload_pypi_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Upload wheels as build artifacts
uses: actions/upload-artifact@v4
with:
name: binary-wheels
name: wheel-${{ matrix.wheelname }}-${{ matrix.python-version }}
path: wheelhouse/*-${{ matrix.wheelname }}*.whl

publish:
Expand All @@ -108,12 +108,7 @@ jobs:
with:
fetch-depth: 0 # Ensure tags are fetched for versioning

- name: Download source package to Ubuntu environment
uses: actions/download-artifact@v4
with:
path: dist/

- name: Download binary artifacts to Ubuntu environment
- name: Download artifacts to Ubuntu environment
uses: actions/download-artifact@v4
with:
path: dist/
Expand Down

0 comments on commit fdbf91a

Please sign in to comment.