Skip to content

Commit 1f34e1a

Browse files
committed
Trigger GA release 0.1.1
1 parent c4cbc59 commit 1f34e1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
publish-to-pypi:
3737
name: >-
3838
Publish Python 🐍 distribution 📦 to PyPI
39-
if: startsWith(github.ref, 'refs/tags/v') # only publish to PyPI on v* tag pushes
39+
if: startsWith(github.ref, 'refs/tags/v') # only publish to PyPI on v tag pushes
4040
needs:
4141
- build
4242
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
55

66
[project]
77
name = "basicbenchmark"
8-
version = "0.1.0"
8+
version = "0.1.1"
99
description = "A very simple and basic benchmarking tool. Probably so basic, you don't even need it."
1010
readme = "README.md"
1111
license = "MIT"

0 commit comments

Comments
 (0)