Skip to content

Commit

Permalink
Disable test release publishing (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
stijndehaes authored Jan 12, 2024
1 parent d25b312 commit ecedb6f
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
# 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/

0 comments on commit ecedb6f

Please sign in to comment.