Skip to content

Commit

Permalink
Update the release artifact name to be less misleading
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Dec 6, 2024
1 parent b21987f commit daa2e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
DIST_FILE=`ls dist/*whl` && tox --installpkg=$DIST_FILE -e ${{ matrix.python_version }}
- uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.python_version }}-${{ strategy.job-index }}
name: release-artifacts-${{ matrix.python_version }}-${{ strategy.job-index }}
path: ./dist/*
pypi-publish:
runs-on: ubuntu-22.04
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Download artifacts produced by the wheel job
uses: actions/download-artifact@v4
with:
pattern: wheels*
pattern: release-artifacts*
path: dist/
merge-multiple: true

Expand Down

0 comments on commit daa2e78

Please sign in to comment.