From: Boris Glimcher Date: Tue, 1 Mar 2022 10:14:21 +0000 (+0200) Subject: Workflow: temporary disable publish to PyPI, starting with TestPyPI X-Git-Tag: v1.0-rc5~11^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=79edce04d8a280afa3222c1168d22b117521e097;p=users%2Fsagi%2Flibnvme.git Workflow: temporary disable publish to PyPI, starting with TestPyPI Signed-off-by: Boris Glimcher --- diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index f1e9a444..ef1e6219 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -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 }}