8000 Revert artifact renaming by jmg-duarte · Pull Request #294 · python-lz4/python-lz4 · GitHub
[go: up one dir, main page]

Skip to content

Revert artifact renaming #294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 25, 2024
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
Prev Previous commit
Add file extensions to uploaded archives
  • Loading branch information
jmg-duarte committed Nov 14, 2024
commit a46e255cb7b64ece87ec63b3bdd2a1d87fe3cacb
4 changes: 3 additions & 1 deletion .github/workflows/build_dist.yml
Original file line number Diff line number Diff line change
9D86 Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Save sdist
uses: actions/upload-artifact@v4
with:
name: cibw-sdist.tar.gz
path: dist/*.tar.gz

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

upload_pypi:
Expand All @@ -89,7 +91,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
pattern: artifact
pattern: cibw-*
path: dist
- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
Loading
0