Skip to content

Commit d36bc42

Browse files
committed
fixing setup
1 parent d8eeacc commit d36bc42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

quaddtype/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "mesonpy"
1010
[project]
1111
name = "numpy_quaddtype"
1212
description = "Quad (128-bit) float dtype for numpy"
13-
version = "0.0.2"
13+
version = "0.0.3"
1414
readme = 'README.md'
1515
authors = [{name = "Swayam Singh", email = "[email protected]"}]
1616
requires-python = ">=3.10.0"

0 commit comments

Comments
 (0)