Skip to content

Commit

Permalink
Fix pypi upload
Browse files Browse the repository at this point in the history
Upload action now downloads packages to `dist/`, this is the default
pickup location of the publish action
  • Loading branch information
Ozaq committed Mar 12, 2024
1 parent e14fc8b commit 16cce61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ jobs:
with:
pattern: python-packages-*
merge-multiple: true
path: dist

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

0 comments on commit 16cce61

Please sign in to comment.