diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index d1bd917e..cc4a9868 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -75,6 +75,6 @@ jobs: env: PYPI_TOKEN_PASSWORD: ${{ secrets.API_TOKEN_PYPI2 }} run: | - pip install wheel twine, build + pip install twine, build python -m build --sdist --wheel twine upload --username "__token__" --password $PYPI_TOKEN_PASSWORD dist/*