Skip to content

Commit

Permalink
Update upload artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
qchateau committed Sep 30, 2024
1 parent 6799eea commit b4c7672
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
- name: Build sdist
run: pipx run build --sdist

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

build_wheels:
Expand All @@ -26,8 +27,9 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wheel
path: ./wheelhouse/*.whl

publish_pypi:
Expand Down

0 comments on commit b4c7672

Please sign in to comment.