Skip to content

Commit

Permalink
Update pypi_wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wxj6000 authored Oct 7, 2023
1 parent 01861b2 commit 80a7a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
bash -exc 'sh /gpu4pyscf/dockerfiles/manylinux/build_wheels.sh'
- name: List available wheels
run: |
ls ${{ github.workspace }}/wheelhouse
ls ${{ github.workspace }}/gpu4pyscf/wheelhouse
- name: Publish to PyPI
run: |
pip install twine
export TWINE_USERNAME=__token__
export TWINE_PASSWORD="${{ secrets.PYPI_API_TOKEN }}"
twine upload --verbose "/wheelhouse/*"
twine upload --verbose "/gpu4pyscf/wheelhouse/*"
# release-pypi-cibuildwheel:
# name: Build wheels with cibuildwheel
Expand Down

0 comments on commit 80a7a3e

Please sign in to comment.