diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 3f79bc2..4176b45 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -31,23 +31,23 @@ jobs: with: name: python-package-distributions path: dist/ - publish-to-testpypi: - needs: - - build - name: Publish Python 🐍 distribution 📦 to TestPyPI - runs-on: ubuntu-latest - environment: - name: testpypi - url: https://test.pypi.org/p/dbt-conveyor-snowflake - permissions: - id-token: write # IMPORTANT: this permission is mandatory for trusted publishing - steps: - - name: Download all the dists - uses: actions/download-artifact@v3 - with: - name: python-package-distributions - path: dist/ - - name: Publish distribution 📦 to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ \ No newline at end of file +# publish-to-testpypi: +# needs: +# - build +# name: Publish Python 🐍 distribution 📦 to TestPyPI +# runs-on: ubuntu-latest +# environment: +# name: testpypi +# url: https://test.pypi.org/p/dbt-conveyor-snowflake +# permissions: +# id-token: write # IMPORTANT: this permission is mandatory for trusted publishing +# steps: +# - name: Download all the dists +# uses: actions/download-artifact@v3 +# with: +# name: python-package-distributions +# path: dist/ +# - name: Publish distribution 📦 to TestPyPI +# uses: pypa/gh-action-pypi-publish@release/v1 +# with: +# repository-url: https://test.pypi.org/legacy/ \ No newline at end of file