Skip to content

Commit

Permalink
Remove legacy autoversion stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-andersson committed Jun 13, 2023
1 parent dc5d643 commit 9ccb0fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U setuptools 'setuptools_scm[toml]' setuptools_scm_git_archive wheel twine
pip install -U setuptools wheel twine
- name: Build and publish
run: |
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ testpaths = [
"tests",
]


[tool.setuptools_scm]
write_to = "deepsensor/_version.py"

[tool.mypy]
mypy_path = "deepsensor"
check_untyped_defs = true
Expand Down

0 comments on commit 9ccb0fe

Please sign in to comment.