From 7588b0d1b10e2d44a788eb47f7e4dd9a993953b4 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Wed, 11 Dec 2019 18:22:12 +0100 Subject: [PATCH] Fixed workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8f32faef..113bd5db6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,8 +152,8 @@ jobs: # Push release to PyPI - env: PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }} - PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }} - run: twine upload -u ${PYPI_USERNAME} -p ${PYPI_USERNAME} dist/* + PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }} + run: twine upload -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/* # Push image to Docker Hub - env: