Skip to content

Commit 6fbec34

Browse files
authored
Merge pull request #2 from synacker/fix/publish
Set main as default branch
2 parents 2866d05 + b3f7b32 commit 6fbec34

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@ name: Publish to PyPI
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
version:
7-
description: "Version to publish (e.g., 0.1.0)"
8-
required: true
9-
type: string
105

116
jobs:
127
publish:
138
runs-on: ubuntu-latest
14-
if: github.ref == 'refs/heads/master'
9+
if: github.ref == 'refs/heads/main'
1510

1611
steps:
1712
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)