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 c44f7cc commit 4412e24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,11 @@ jobs:

- name: Upload distributions to PyPI
run: |
ls -R wheels-and-sdist-*
ls
mkdir -p wheelhouse dist
# mv wheels-and-sdist-*/wheelhouse/* wheelhouse/
mv wheels-and-sdist-*/dist/* 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/*
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit 4412e24

Please sign in to comment.