diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c9a52d579..553c8529a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -106,5 +106,6 @@ jobs: env: PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} run: | + BUILD_NO_CUDA=1 python -m build twine upload --username __token__ --password $PYPI_TOKEN dist/* - shell: bash \ No newline at end of file + shell: bash