We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d38622 commit 5d7af36Copy full SHA for 5d7af36
.github/workflows/wheels.yml
@@ -6,6 +6,7 @@ on:
6
push:
7
tags:
8
- 'v[0-9]*'
9
+ pull_request:
10
workflow_dispatch:
11
12
jobs:
@@ -81,3 +82,5 @@ jobs:
81
82
merge-multiple: true
83
path: dist
84
- uses: pypa/gh-action-pypi-publish@release/v1
85
+ with:
86
+ repository-url: https://test.pypi.org/legacy/
pyproject.toml
@@ -11,7 +11,7 @@ build-backend = "mesonpy"
[project]
13
name = "siphash24"
14
-version = "1.8"
+version = "1.8.dev1"
15
license = "Apache-2.0 OR LGPL-2.1-or-later"
16
description = "Streaming-capable SipHash-1-3 and SipHash-2-4 Implementation"
17
readme = "README.rst"
0 commit comments