Skip to content

Commit

Permalink
update artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
angelhof committed Dec 17, 2024
1 parent 6a33e35 commit ecb26a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: python3 -m build

- name: Upload binary wheel
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: ./dist/*.whl
Expand All @@ -53,7 +53,7 @@ jobs:

steps:
- name: Download distributions
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4

- name: Deploy test distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit ecb26a0

Please sign in to comment.