Skip to content

Commit d34bb35

Browse files
[Release] Fix publishing check (#20)
* Check right package from PyPI. * Bump version.
1 parent 56fc8f2 commit d34bb35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
timeout-minutes: 5
9797
run: |
9898
VERSION=${GITHUB_REF#refs/tags/v}
99-
until pip download qek==$VERSION
99+
until pip download quantum-evolution-kernel==$VERSION
100100
do
101101
echo "Failed to download from PyPI, will wait for upload and retry."
102102
sleep 1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "quantum-evolution-kernel"
77
description = "A new quantum library."
88
readme = "README.md"
9-
version = "0.1.1"
9+
version = "0.1.2"
1010
requires-python = ">=3.10,<3.13"
1111
license = { text = "MIT-derived" }
1212
keywords = ["quantum"]

0 commit comments

Comments
 (0)