Skip to content

Commit bf6b34f

Browse files
authored
Merge pull request #37 from unlv-evol/dev
HOTFIX: failing docs and deployment
2 parents 19bab9c + 1ab8fba commit bf6b34f

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install hatchling twine build
29+
pip install hatchling twine build hatch-vcs
3030
- name: Build app
3131
run: |
3232
python -m build

pyproject.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[build-system]
2-
requires = ["hatchling"]
2+
requires = ["hatchling", "hatch_vcs"]
33
build-backend = "hatchling.build"
44

55
[project]
66
name = "PyReprism"
7+
version = "0.0.3"
78
authors = [
89
{ name= "UNLV EVOL LAB", email="[email protected]" },
910
]
@@ -24,9 +25,6 @@ classifiers = [
2425
"Operating System :: OS Independent",
2526
]
2627

27-
[tool.hatch.version.sources.git]
28-
tag-pattern = "v*"
29-
3028
[tool.hatch.build.targets.wheel]
3129
packages = ["src/PyReprism"]
3230

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ flake8
33
pytest-cov
44
build
55
twine
6-
hatchling
6+
hatchling
7+
hatch-vcs

0 commit comments

Comments
 (0)