From 060a22f3959263b5ea7c3a472f60ac9ce619628e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 23 Jul 2024 14:18:13 -0700 Subject: [PATCH] github: only run publish_test manually We need to run this manually to avoid test.pypi.org project size limits. --- .github/workflows/publish_test.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/publish_test.yaml b/.github/workflows/publish_test.yaml index 2e2b2a3d6..76ed25b12 100644 --- a/.github/workflows/publish_test.yaml +++ b/.github/workflows/publish_test.yaml @@ -1,10 +1,6 @@ name: publish-test -on: - workflow_dispatch: - push: - branches: - - main +on: workflow_dispatch jobs: build: @@ -13,10 +9,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 - with: - ref: ${{ github.event.inputs.gitref }} - fetch-tags: true - fetch-depth: 100 - name: Set up Python id: setup_python uses: actions/setup-python@v4