From dd98c0932ca2a912d08832d33d3034e10a431a14 Mon Sep 17 00:00:00 2001 From: Ben Jeffery Date: Sat, 23 May 2020 14:10:23 +0100 Subject: [PATCH] Use production PyPI password --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index dbdcc52..5813c1a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -212,4 +212,4 @@ jobs: if: github.event_name == 'release' && !startsWith(github.event.release.tag_name, 'C_') uses: pypa/gh-action-pypi-publish@master with: - password: ${{ secrets.test_pypi_password }} + password: ${{ secrets.pypi_password }}