github: only run publish_test manually

We need to run this manually to avoid test.pypi.org project size limits.
This commit is contained in:
Aleix Conchillo Flaqué
2024-07-23 14:18:13 -07:00
parent d3e85355f1
commit 060a22f395

View File

@@ -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