Skip to content

Commit

Permalink
Update build_wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbolliet authored Sep 28, 2024
1 parent 4412e24 commit 5c8641e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,13 @@ jobs:

- name: Upload distributions to PyPI
run: |
ls -R wheels-and-sdist-*
ls
mkdir -p wheelhouse dist
# mkdir -p wheelhouse dist
# mv wheels-and-sdist--${{ matrix.os }}-${{ matrix.python-version }}/wheelhouse/* wheelhouse/
mv wheels-and-sdist--${{ matrix.os }}-${{ matrix.python-version }}/dist/* dist/
twine upload wheelhouse/* dist/*
# twine upload wheelhouse/* dist/*
twine upload dist/*
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 5c8641e

Please sign in to comment.