Skip to content

Commit

Permalink
fix: python-api release version (#131)
Browse files Browse the repository at this point in the history
## Reason for Change
- This was blocking the release of new python-api-versions
- all-ontology.json.gz is no longer generated
- the regex for version was failing. The default is sufficient.
  • Loading branch information
Bento007 authored Mar 18, 2024
1 parent 421d388 commit 3237651
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
matrix:
include:
- file_name: "ontology_info.json"
content_type: "application/yml"
- file_name: "all_ontology.json.gz"
content_type: "application/zip"
content_type: "application/json"
- file_name: "cell_class_list.json"
content_type: "application/json"
- file_name: "cell_subclass_list.json"
Expand Down
3 changes: 0 additions & 3 deletions api/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ where = ["src"]
version_file = "src/cellxgene_ontology_guide/_version.py"
version_scheme = "python-simplified-semver"
root = "../.." # relative to the location of the pyproject.toml file
# tags are generated by release-please
tag_regex = "^python-api-(?P<version>[vV]?\\d+(?:\\.\\d+){0,2}[^\\+]*)(?:\\+.*)?$"

[tool.pytest.ini_options]
pythonpath = ["src/cellxgene_ontology_guide"]

0 comments on commit 3237651

Please sign in to comment.