Skip to content

Commit

Permalink
github: only run publish_test manually
Browse files Browse the repository at this point in the history
We need to run this manually to avoid test.pypi.org project size limits.
  • Loading branch information
aconchillo committed Jul 23, 2024
1 parent d3e8535 commit 060a22f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/publish_test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: publish-test

on:
workflow_dispatch:
push:
branches:
- main
on: workflow_dispatch

jobs:
build:
Expand All @@ -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
Expand Down

0 comments on commit 060a22f

Please sign in to comment.