Skip to content

Commit

Permalink
fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksanders committed Sep 12, 2024
1 parent a3996df commit fe4e060
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down
10 changes: 1 addition & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[build-system]
requires = [
"hatchling >=1.12.2",
"hatch-vcs >=0.2.0",
]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"

[project]
Expand Down Expand Up @@ -40,11 +37,6 @@ include = ["aardvark", "README.md", "LICENSE", "aardvark/config_default.yaml"]
[tool.hatch.build.hooks.vcs]
version-file = "aardvark/__version__.py"

[tool.hatch.envs.build]
extra-dependencies = [
"setuptools_scm",
]

[tool.hatch.envs.test]
extra-dependencies = [
"pytest",
Expand Down

0 comments on commit fe4e060

Please sign in to comment.