File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,8 @@ permissions:
16
16
id-token : write
17
17
18
18
jobs :
19
-
20
19
# How hard can it be?!
21
- # Let's just upgrade verions manually with `.github/workflows/update_version.sh`.
20
+ # Let's just upgrade versions manually with `.github/workflows/update_version.sh`.
22
21
# versioning:
23
22
# name: Semantic Release
24
23
# runs-on: ubuntu-22.04
46
45
git fetch origin main
47
46
git checkout main-dev
48
47
git rebase origin/main
49
-
48
+
50
49
- name : Push changes
51
50
uses : CasperWA/push-protected@v2
52
51
with :
65
64
steps :
66
65
- uses : actions/checkout@v4
67
66
with :
68
- ref : ' main'
67
+ ref : " main"
69
68
- uses : actions/setup-python@v5
70
-
69
+
71
70
- name : Setup Docker
72
71
if : matrix.os != 'windows-2022'
73
72
uses : crazy-max/ghaction-setup-docker@v3
85
84
- uses : actions/upload-artifact@v4
86
85
with :
87
86
path : ./wheelhouse/*.whl
88
-
89
-
87
+ overwrite : true
88
+
90
89
publish_python :
91
90
name : Publish Python
92
91
needs : build_wheels
@@ -134,7 +133,7 @@ jobs:
134
133
# steps:
135
134
# - uses: actions/checkout@v4
136
135
# with:
137
- # ref: 'main'
136
+ # ref: 'main'
138
137
# - run: git submodule update --init --recursive
139
138
# - uses: actions/setup-node@v3
140
139
# with:
You can’t perform that action at this time.
0 commit comments