From 80a7a3e5127b481456737eba08a933ed9b4d469e Mon Sep 17 00:00:00 2001 From: Xiaojie Wu Date: Sat, 7 Oct 2023 09:13:45 -0700 Subject: [PATCH] Update pypi_wheel.yml --- .github/workflows/pypi_wheel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi_wheel.yml b/.github/workflows/pypi_wheel.yml index cf0e8fd4..3fe78b24 100644 --- a/.github/workflows/pypi_wheel.yml +++ b/.github/workflows/pypi_wheel.yml @@ -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