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:
10
.github/workflows/publish_test.yaml
vendored
10
.github/workflows/publish_test.yaml
vendored
@@ -1,10 +1,6 @@
|
|||||||
name: publish-test
|
name: publish-test
|
||||||
|
|
||||||
on:
|
on: workflow_dispatch
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -13,10 +9,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
ref: ${{ github.event.inputs.gitref }}
|
|
||||||
fetch-tags: true
|
|
||||||
fetch-depth: 100
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
id: setup_python
|
id: setup_python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user