Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
dagou committed Sep 5, 2024
1 parent e0800af commit 04edf03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/download-artifact@v2
with:
name: wheels-*
path: dist
- uses: actions/download-artifact@v4
# with:
# pattern: wheels-*
# path: dist

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

0 comments on commit 04edf03

Please sign in to comment.