Skip to content

Commit

Permalink
GHA: upload immutable artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Feb 14, 2024
1 parent aa0fb4f commit 503b25d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Check metadata
run: pipx run twine check dist/*

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz

Expand Down Expand Up @@ -56,9 +56,10 @@ jobs:
shell: bash

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: wheelhouse/*.whl
name: dist-${{ matrix.os }}


upload_all:
Expand All @@ -72,7 +73,8 @@ jobs:

- uses: actions/download-artifact@v4
with:
name: artifact
merge-multiple: true
pattern: dist-*
path: dist

- uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 503b25d

Please sign in to comment.