We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7658082 commit 4f8f9fbCopy full SHA for 4f8f9fb
.github/workflows/python-package.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Checkout repository
19
uses: actions/checkout@v4
20
with:
21
- ref: master
+ ref: main
22
fetch-depth: 0
23
24
- name: Set up Python
@@ -52,7 +52,7 @@ jobs:
52
env:
53
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
54
run: |
55
- git push origin HEAD:master
+ git push origin HEAD:main
56
57
check-install:
58
needs: [ update-version ]
@@ -66,7 +66,7 @@ jobs:
66
- name: Checkout code
67
68
69
70
71
72
- name: Verify version.py
@@ -97,7 +97,7 @@ jobs:
97
98
99
100
101
102
103
- name: Install wheel
0 commit comments