From 30e0be47a1b8f9863f8f79a4f007900de83baf76 Mon Sep 17 00:00:00 2001 From: Gerd Duscher <50049264+gduscher@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:06:27 -0400 Subject: [PATCH] Update actions.yml --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index d1bd917e..3d7e066c 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 wheel, twine, build python -m build --sdist --wheel twine upload --username "__token__" --password $PYPI_TOKEN_PASSWORD dist/*