Skip to content

Commit

Permalink
Fix Python workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nhusung committed Nov 20, 2024
1 parent 39aa6fa commit a3588fd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,9 @@ jobs:

steps:
- uses: actions/download-artifact@v4
path: dist
pattern: python-wheels-*
merge-multiple: true
with:
path: dist
pattern: python-wheels-*
merge-multiple: true
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit a3588fd

Please sign in to comment.