diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd01ca6af..c7b65b270 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,4 +25,4 @@ jobs: run: uvx --from build pyproject-build --installer uv - name: Publish - run: uvx twine upload --username=__token__ --token=${{ secrets.PYPI_TOKEN }} --yes + run: uvx twine upload dist/* --username=__token__ --password=${{ secrets.PYPI_TOKEN }} --yes