Skip to content

Commit

Permalink
test(ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziqi-Yang committed Jul 31, 2024
1 parent 5fdfbe5 commit bd9bb40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/buildwheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
pattern: dist-*

pypi-publish:
name: Upload if release
name: Upload to PyPI
needs: merge_wheels
runs-on: ubuntu-latest
environment:
Expand All @@ -85,7 +85,11 @@ jobs:

- uses: actions/download-artifact@v4
with:
name: dist
path: dist

- name: Display structure of downloaded files
run: ls -R ./dist

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

0 comments on commit bd9bb40

Please sign in to comment.