We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0dcbab commit dd10f4eCopy full SHA for dd10f4e
.github/workflows/release-test.yml
@@ -2,9 +2,6 @@ name: Release to TestPyPI
2
3
on:
4
push:
5
- tags:
6
- - "v*.*.*a*"
7
- - "v*.*.*dev*"
8
workflow_dispatch:
9
10
permissions:
.github/workflows/release.yml
@@ -2,9 +2,12 @@ name: Release to PyPI
- - "v*.*.*"
+ inputs:
+ tag:
+ description: "Tag to release (e.g. v1.2.3 or v1.2.3rc1)"
+ required: true
+ type: string
11
12
13
contents: read
0 commit comments