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