]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
Workflow: temporary disable publish to PyPI, starting with TestPyPI
authorBoris Glimcher <Boris.Glimcher@emc.com>
Tue, 1 Mar 2022 10:14:21 +0000 (12:14 +0200)
committerBoris Glimcher <Boris.Glimcher@emc.com>
Tue, 1 Mar 2022 10:14:21 +0000 (12:14 +0200)
Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
.github/workflows/python-publish.yml

index f1e9a444ea9f52b75ee126b6cd0e3ec76dd7fac1..ef1e6219aa0fd6b47e88dab4b2fe7fd4fc5edaa5 100644 (file)
@@ -44,9 +44,9 @@ jobs:
         user: __token__
         password: ${{ secrets.TEST_PYPI_API_TOKEN }}
         repository_url: https://test.pypi.org/legacy/
-    - name: Publish package to PyPI
-      if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
-      uses: pypa/gh-action-pypi-publish@release/v1
-      with:
-        user: __token__
-        password: ${{ secrets.PYPI_API_TOKEN }}
+    - name: Publish package to PyPI
+      if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+      uses: pypa/gh-action-pypi-publish@release/v1
+      with:
+        user: __token__
+        password: ${{ secrets.PYPI_API_TOKEN }}