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.
2 parents 3adf2c1 + a79e0f7 commit bc0ccd8Copy full SHA for bc0ccd8
.github/workflows/release.yml
@@ -99,7 +99,7 @@ jobs:
99
path: dist/
100
101
- name: Set version from tag
102
- run: poetry version patch
+ run: poetry version $GITHUB_REF_NAME
103
104
- name: Install dependencies
105
run: |
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "dfschema"
3
-version = "0.0.0" # set via gitlab-ci
+version = "0.0.4" # set via gitlab-ci
4
description = "lightweight pandas.DataFrame schema"
5
authors = ["Philipp <[email protected]>"]
6
readme = "README.md"
0 commit comments