Skip to content

Commit

Permalink
Update CI - v4 upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Mar 15, 2024
1 parent 7481b79 commit 2265788
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
poetry build
- name: Save artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-dist
path: ./dist
Expand All @@ -95,6 +95,7 @@ jobs:
with:
name: release-dist
path: dist
merge-multiple: true

- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 2265788

Please sign in to comment.