Skip to content

Commit

Permalink
Upgrade CI configuration to accommodate upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Dec 21, 2023
1 parent 23e4c0d commit 3683d67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: wheels-for-${{matrix.runs-on}}
path: ./wheelhouse/*.whl

upload_pypi:
Expand All @@ -98,8 +99,9 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
pattern: wheels-for-*
merge-multiple: true

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

0 comments on commit 3683d67

Please sign in to comment.