diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 84ca1e3..84c6b62 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -87,28 +87,28 @@ jobs: '${{ github.ref_name }}' dist/** --repo '${{ github.repository }}' - publish-to-testpypi: - name: Publish to Test PyPI - needs: - - build - runs-on: ubuntu-latest +# publish-to-testpypi: +# name: Publish to Test PyPI +# needs: +# - build +# runs-on: ubuntu-latest - environment: - name: testpypi - url: https://test.pypi.org/p/idna-preflight +# environment: +# name: testpypi +# url: https://test.pypi.org/p/idna - permissions: - id-token: write # IMPORTANT: mandatory for trusted publishing +# permissions: +# id-token: write # IMPORTANT: mandatory for trusted publishing - steps: - - name: Download all the dists - uses: actions/download-artifact@v4 - with: - name: python-package-distributions - path: dist/ - - name: Publish distribution to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - verbose: true - print-hash: true - repository-url: https://test.pypi.org/legacy/ \ No newline at end of file +# steps: +# - name: Download all the dists +# uses: actions/download-artifact@v4 +# with: +# name: python-package-distributions +# path: dist/ +# - name: Publish distribution to TestPyPI +# uses: pypa/gh-action-pypi-publish@release/v1 +# with: +# verbose: true +# print-hash: true +# repository-url: https://test.pypi.org/legacy/ \ No newline at end of file