diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5bcfa83..8463f59 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -130,4 +130,4 @@ jobs: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} with: command: upload - args: --non-interactive --skip-existing wheels-*/** + args: --non-interactive --skip-existing wheels-*/**.whl wheels-*/**.tar.gz