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
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
Loading
0