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 b822e50 commit f3708e0Copy full SHA for f3708e0
.github/workflows/publish_pypi.yml
@@ -50,6 +50,7 @@ jobs:
50
51
publish-to-testpypi:
52
name: Publish imas-data-dictionary distribution to TestPyPI
53
+ if: github.ref=='refs/heads/develop' # only publish to TestPyPI on develop pushes
54
needs:
55
- build
56
runs-on: ubuntu-latest
pyproject.toml
@@ -29,6 +29,7 @@ homepage = "https://github.com/iterorganization/imas-data-dictionary"
29
30
[tool.setuptools_scm]
31
write_to = "data_dictionary/_version.py"
32
+local_scheme = "no-local-version"
33
34
[tool.setuptools.packages.find]
35
where = ["."]
0 commit comments