Skip to content

Commit

Permalink
Github action udpate for auditwheel repair (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
shsym committed Aug 1, 2024
1 parent 4ace8de commit 23ef9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/wheelhouse/
path: wheelhouse/
- name: Print uploaded artifacts
run: ls -l dist/wheelhouse/
run: ls -l wheelhouse/

publish-to-pypi:
name: >-
Expand Down

0 comments on commit 23ef9c4

Please sign in to comment.