diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1975183..c98fad5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -82,4 +82,4 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} run: | python -m pip install twine - twine upload dist/* + python -m twine upload dist/*