Skip to content

Commit

Permalink
Fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kunitoki committed Jan 12, 2024
1 parent 5c3f0f4 commit d2113fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ jobs:

- uses: actions/upload-artifact@v3
with:
path: wheelhouse/*.whl
name: python-package-distributions
path: ./wheelhouse/*.whl

upload-pypi:
name: "Upload wheels to PyPI"
Expand All @@ -100,7 +101,8 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
path: dist
name: python-package-distributions
path: dist/
merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit d2113fe

Please sign in to comment.