]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Target real pypi in the create wheel workflow
authorFederico Caselli <cfederico87@gmail.com>
Wed, 20 May 2020 19:31:16 +0000 (21:31 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 20 May 2020 19:31:16 +0000 (21:31 +0200)
Change-Id: Ic764aae08b9d45011048f21c8ee992222c078bd2

.github/workflows/create-wheels.yaml

index 02bf73b433b838313ffd1a63c6449de3e6975673..e551e3a338d7315499532332cdb093c592fa47ac 100644 (file)
@@ -9,7 +9,7 @@ env:
   # set this so the sqlalchemy test uses the installed version and not the local one
   PYTHONNOUSERSITE: 1
   # comment TWINE_REPOSITORY_URL to use the real pypi. NOTE: change also the secret used in TWINE_PASSWORD
-  TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
+  TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
 
 jobs:
   # two jobs are defined make-wheel-win-osx and make-wheel-linux.
@@ -126,7 +126,8 @@ jobs:
         env:
           TWINE_USERNAME: __token__
           # replace TWINE_PASSWORD with token for real pypi
-          TWINE_PASSWORD: ${{ secrets.test_pypi_token }}
+          # TWINE_PASSWORD: ${{ secrets.test_pypi_token }}
+          TWINE_PASSWORD: ${{ secrets.pypi_token }}
         run: |
           pip install -U twine
           twine upload --skip-existing dist/*
@@ -278,7 +279,8 @@ jobs:
         env:
           TWINE_USERNAME: __token__
           # replace TWINE_PASSWORD with token for real pypi
-          TWINE_PASSWORD: ${{ secrets.test_pypi_token }}
+          # TWINE_PASSWORD: ${{ secrets.test_pypi_token }}
+          TWINE_PASSWORD: ${{ secrets.pypi_token }}
         run: |
           pip install -U twine
           twine upload --skip-existing wheelhouse/*manylinux*