From 1d4c8a677259bcb129dc5ff405b22366de28f25e Mon Sep 17 00:00:00 2001 From: Gerd Duscher <50049264+gduscher@users.noreply.github.com> Date: Fri, 30 Aug 2024 17:21:28 -0400 Subject: [PATCH] Update actions.yml --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 2b4da599..3164f5ac 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,4 +1,4 @@ -name: build +toolsname: build env: PYTHON_MAIN_VERSION: 3.12 @@ -73,6 +73,6 @@ jobs: env: PYPI_TOKEN_PASSWORD: ${{ secrets.API_TOKEN_PYPI2 }} run: | - pip install wheel twine + pip install wheel twine setuptools python setup.py sdist bdist_wheel twine upload --username "__token__" --password $PYPI_TOKEN_PASSWORD dist/*