From 4513060e0d23ba9f9cb6c859084ecce79aa9f157 Mon Sep 17 00:00:00 2001 From: Alexander Temerev Date: Tue, 27 Feb 2024 16:11:35 +0100 Subject: [PATCH] missing password --- .github/workflows/publish_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_wheels.yml b/.github/workflows/publish_wheels.yml index eea38d7e..a55ced2d 100644 --- a/.github/workflows/publish_wheels.yml +++ b/.github/workflows/publish_wheels.yml @@ -43,4 +43,4 @@ jobs: PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} run: | pip3 install twine - python${{ matrix.python_version }} -m twine upload --username $PYPI_USER --password $PYPI_PASSWORD --repository testpypi $PYPI_TOKEN dist/* + python${{ matrix.python_version }} -m twine upload --username $PYPI_USER --password $PYPI_TOKEN --repository testpypi dist/*