From 9819406f88d171d115c656c2b5759153b8430103 Mon Sep 17 00:00:00 2001 From: kushalbakshi Date: Wed, 17 Jan 2024 05:46:36 -0600 Subject: [PATCH] Remove PyPI release from GHA --- .github/workflows/release.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4a5f2cb..2eedb0e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,14 +4,6 @@ on: jobs: make_github_release: uses: datajoint/.github/.github/workflows/make_github_release.yaml@main - pypi_release: - needs: make_github_release - uses: datajoint/.github/.github/workflows/pypi_release.yaml@main - secrets: - TWINE_USERNAME: ${{secrets.TWINE_USERNAME}} - TWINE_PASSWORD: ${{secrets.TWINE_PASSWORD}} - with: - UPLOAD_URL: ${{needs.make_github_release.outputs.release_upload_url}} mkdocs_release: uses: datajoint/.github/.github/workflows/mkdocs_release.yaml@main permissions: