Skip to content

Commit

Permalink
update wheelhouse path
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote authored Oct 23, 2023
1 parent 4b8ac6b commit fbf4acf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ jobs:

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
- name: Clean linux_x86_64.whl
run: rm dist/*-linux_x86_64.whl
- name: Check build result
run: ls -lh dist/
run: ls -lh wheelhouse/
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: wheelhouse/
skip_existing: true
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit fbf4acf

Please sign in to comment.