Skip to content

Commit

Permalink
fix: python api releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Mar 1, 2024
1 parent 58bad0a commit bf0477e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions api/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,5 @@ pythonpath = ["src/cellxgene_ontology_guide"]
[tool.setuptools_scm]
version_file = "src/cellxgene_ontology_guide/_version.py"
version_scheme = "python-simplified-semver"
root = "../.."
relative_to = "__file__"
#TODO: setup the github tag for the pypi releases so setuptools-SCM can identify it using a python regex
tag_regex="^python-api-(?P<version>[vV]?\\d+(?:\\.\\d+){0,2}[^\\+]*)(?:\\+.*)?$"
root = "../.." # relative to the location of the pyproject.toml file
tag_regex = "^python-api-(?P<version>[vV]?\\d+(?:\\.\\d+){0,2}[^\\+]*)(?:\\+.*)?$"

0 comments on commit bf0477e

Please sign in to comment.