From c9071dffac120305ef57b981752c373752c522aa Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Thu, 5 May 2022 20:03:06 -0700 Subject: [PATCH] switch to real pypi --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d7a21dd3..4e0e57df1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,7 +90,7 @@ jobs: with: user: __token__ # Test PyPI - password: ${{ secrets.test_pypi_password }} - repository_url: https://test.pypi.org/legacy/ + # password: ${{ secrets.test_pypi_password }} + # repository_url: https://test.pypi.org/legacy/ # Uncomment for Real Pypi - # password: ${{ secrets.pypi_password }} + password: ${{ secrets.pypi_password }}