We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2866d05 + b3f7b32 commit 6fbec34Copy full SHA for 6fbec34
1 file changed
.github/workflows/publish.yml
@@ -2,16 +2,11 @@ name: Publish to PyPI
2
3
on:
4
workflow_dispatch:
5
- inputs:
6
- version:
7
- description: "Version to publish (e.g., 0.1.0)"
8
- required: true
9
- type: string
10
11
jobs:
12
publish:
13
runs-on: ubuntu-latest
14
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
15
16
steps:
17
- uses: actions/checkout@v4
0 commit comments