Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
revert artifact renaming
  • Loading branch information
jmg-duarte committed Nov 14, 2024
commit 4d9bced9173c6deb9c19e46d07b16861df8fc539
6 changes: 2 additions & 4 deletions .github/workflows/build_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- name: Save sdist
uses: actions/upload-artifact@v4
with:
name: cibw-sdist
path: dist/*.tar.gz

wheels:
Expand Down Expand Up @@ -80,7 +79,6 @@ jobs:
- name: Save wheels
uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ strategy.job-index }}
path: wheelhouse/*.whl

upload_pypi:
Expand All @@ -91,9 +89,9 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
pattern: cibw-*
pattern: artifact
path: dist
- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
skip_existing: true
skip-existing: true