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 fa2df2b commit dd8f6c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ jobs:
contents: read
steps:
- uses: actions/download-artifact@v4
# with:
# pattern: wheels-*
# path: dist

with:
path: dist
- name: Display structure of downloaded files
run: ls -R dist
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit dd8f6c2

Please sign in to comment.