diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index d8d4c6bca..95d6075f2 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -64,38 +64,38 @@ jobs: name: python-wheels path: ./wheelhouse/*.whl - publish-test-pypi: - name: Publish to Test PyPI - permissions: - id-token: write - environment: - name: test - runs-on: ubuntu-latest - needs: [build_wheels] - if: github.event.action == 'published' - steps: - - uses: actions/download-artifact@v3 - with: - name: python-wheels - path: dist - - name: Publish package distributions to Test PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ + #publish-test-pypi: + #name: Publish to Test PyPI + #permissions: + #id-token: write + #environment: + #name: test + #runs-on: ubuntu-latest + #needs: [build_wheels] + #if: github.event.action == 'published' + #steps: + #- uses: actions/download-artifact@v3 + #with: + #name: python-wheels + #path: dist + #- name: Publish package distributions to Test PyPI + #uses: pypa/gh-action-pypi-publish@release/v1 + #with: + #repository-url: https://test.pypi.org/legacy/ - publish-pypi: - name: Publish to PyPI - permissions: - id-token: write - environment: - name: production - runs-on: ubuntu-latest - needs: [build_wheels] - if: github.event.action == 'published' - steps: - - uses: actions/download-artifact@v3 - with: - name: python-wheels - path: dist - - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + #publish-pypi: + #name: Publish to PyPI + #permissions: + #id-token: write + #environment: + #name: production + #runs-on: ubuntu-latest + #needs: [build_wheels] + #if: github.event.action == 'published' + #steps: + #- uses: actions/download-artifact@v3 + #with: + #name: python-wheels + #path: dist + #- name: Publish package distributions to PyPI + #uses: pypa/gh-action-pypi-publish@release/v1