Skip to content

Commit 3d45192

Browse files
authored
Remove workflow_dispatch inputs from PyPI publish workflow (#317)
1 parent 7827b07 commit 3d45192

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/poetry_publish.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Publish to PyPI
22

33
on:
4-
workflow_dispatch:
5-
inputs:
6-
python_version:
7-
description: "Python version to use (default: 3.12)"
8-
required: false
9-
default: "3.12"
104
workflow_call:
115
inputs:
126
python_version:

0 commit comments

Comments
 (0)