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 c4cbc59 commit 1f34e1aCopy full SHA for 1f34e1a
.github/workflows/publish_pypi.yml
@@ -36,7 +36,7 @@ jobs:
36
publish-to-pypi:
37
name: >-
38
Publish Python 🐍 distribution 📦 to PyPI
39
- if: startsWith(github.ref, 'refs/tags/v') # only publish to PyPI on v* tag pushes
+ if: startsWith(github.ref, 'refs/tags/v') # only publish to PyPI on v tag pushes
40
needs:
41
- build
42
runs-on: ubuntu-latest
pyproject.toml
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
5
6
[project]
7
name = "basicbenchmark"
8
-version = "0.1.0"
+version = "0.1.1"
9
description = "A very simple and basic benchmarking tool. Probably so basic, you don't even need it."
10
readme = "README.md"
11
license = "MIT"
0 commit comments