Skip to content

Commit 5d7af36

Browse files
committed
debug
1 parent 7d38622 commit 5d7af36

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
tags:
88
- 'v[0-9]*'
9+
pull_request:
910
workflow_dispatch:
1011

1112
jobs:
@@ -81,3 +82,5 @@ jobs:
8182
merge-multiple: true
8283
path: dist
8384
- uses: pypa/gh-action-pypi-publish@release/v1
85+
with:
86+
repository-url: https://test.pypi.org/legacy/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build-backend = "mesonpy"
1111

1212
[project]
1313
name = "siphash24"
14-
version = "1.8"
14+
version = "1.8.dev1"
1515
license = "Apache-2.0 OR LGPL-2.1-or-later"
1616
description = "Streaming-capable SipHash-1-3 and SipHash-2-4 Implementation"
1717
readme = "README.rst"

0 commit comments

Comments
 (0)