File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ jobs:
200200 name : Publish to TestPyPI
201201 needs : [build_wheels_linux, build_wheels_macos, build_wheels_windows]
202202 runs-on : ubuntu-latest
203- if : startsWith(github.ref, 'refs/tags/')
203+ if : startsWith(github.ref, 'refs/tags/quaddtype-v ')
204204 steps :
205205 - name : Download all workflow run artifacts
206206 uses : actions/download-artifact@v4
@@ -218,7 +218,7 @@ jobs:
218218 name : Create Release
219219 needs : [build_wheels_linux, build_wheels_macos, build_wheels_windows]
220220 runs-on : ubuntu-latest
221- if : startsWith(github.ref, 'refs/tags/')
221+ if : startsWith(github.ref, 'refs/tags/quaddtype-v ')
222222
223223 steps :
224224 - name : Checkout code
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build-backend = "mesonpy"
1010[project ]
1111name = " numpy_quaddtype"
1212description = " Quad (128-bit) float dtype for numpy"
13- version = " 0.0.2 "
13+ version = " 0.0.3 "
1414readme = ' README.md'
1515authors = [{name = " Swayam Singh" , email = " singhswayam008@gmail.com" }]
1616requires-python = " >=3.10.0"
You can’t perform that action at this time.
0 commit comments