Skip to content

Commit

Permalink
HOTFIX: failing docs and deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielogen committed Aug 3, 2024
1 parent 37341d2 commit 1ab8fba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install hatchling twine build
pip install hatchling twine build hatch-vcs
- name: Build app
run: |
python -m build
Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[build-system]
requires = ["hatchling"]
requires = ["hatchling", "hatch_vcs"]
build-backend = "hatchling.build"

[project]
name = "PyReprism"
version = "0.0.3"
authors = [
{ name= "UNLV EVOL LAB", email="ogenrwot@unlv.nevada.edu" },
]
Expand All @@ -24,9 +25,6 @@ classifiers = [
"Operating System :: OS Independent",
]

[tool.hatch.version.sources.git]
tag-pattern = "v*"

[tool.hatch.build.targets.wheel]
packages = ["src/PyReprism"]

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ flake8
pytest-cov
build
twine
hatchling
hatchling
hatch-vcs

0 comments on commit 1ab8fba

Please sign in to comment.