1- # This file is autogenerated by maturin v1.12.6
2- # To update, run
3- #
4- # maturin generate-ci github
5- #
6- name : CI
1+ name : Release workflow
72
83on :
94 release :
3732 python-version : 3.x
3833 - name : Setting correct version
3934 run : |
40- python scripts/bump_version.py "${{ github.ref_name }}"
35+ python scripts/bump_version.py "${{ github.ref_name }}"
4136 - name : Build wheels
4237 uses : PyO3/maturin-action@v1
4338 with :
7368 python-version : 3.x
7469 - name : Setting correct version
7570 run : |
76- python scripts/bump_version.py "${{ github.ref_name }}"
71+ python scripts/bump_version.py "${{ github.ref_name }}"
7772 - name : Build wheels
7873 uses : PyO3/maturin-action@v1
7974 with :
@@ -112,7 +107,7 @@ jobs:
112107 architecture : ${{ matrix.platform.python_arch }}
113108 - name : Setting correct version
114109 run : |
115- python scripts/bump_version.py "${{ github.ref_name }}"
110+ python scripts/bump_version.py "${{ github.ref_name }}"
116111 - name : Build wheels
117112 uses : PyO3/maturin-action@v1
118113 with :
@@ -141,7 +136,7 @@ jobs:
141136 python-version : 3.x
142137 - name : Setting correct version
143138 run : |
144- python scripts/bump_version.py "${{ github.ref_name }}"
139+ python scripts/bump_version.py "${{ github.ref_name }}"
145140 - name : Build wheels
146141 uses : PyO3/maturin-action@v1
147142 with :
@@ -163,7 +158,7 @@ jobs:
163158 python-version : 3.x
164159 - name : Setting correct version
165160 run : |
166- python scripts/bump_version.py "${{ github.ref_name }}"
161+ python scripts/bump_version.py "${{ github.ref_name }}"
167162 - name : Build sdist
168163 uses : PyO3/maturin-action@v1
169164 with :
0 commit comments