diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6842ce3..c789f02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }} run: | pip install --upgrade twine - twine upload $wheelhouse/*.whl + twine upload wheelhouse/*.whl build_sdist: name: build sdist