Skip to content

Commit

Permalink
Merge pull request #436 from UW-GAC/feature/fix-build
Browse files Browse the repository at this point in the history
Fix build after hatch migration
  • Loading branch information
amstilp authored Nov 8, 2023
2 parents d187048 + 8a63b6a commit 48ec00a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 100 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ on:
branches: [ "master", "main" ]
paths-ignore: [ "docs/**" ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:

test:
strategy:
fail-fast: false
Expand Down
99 changes: 0 additions & 99 deletions .github/workflows/ci_hatch.yml

This file was deleted.

2 changes: 1 addition & 1 deletion anvil_consortium_manager/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.20.dev4"
__version__ = "0.20.dev5"
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ python_classes = ["!TestWorkspaceDataFactory"]
[tool.hatch.version]
path = "anvil_consortium_manager/__init__.py"

[tool.hatch.build]
include = [
"anvil_consortium_manager/",
]

[tool.hatch.envs.default]
dependencies = [
"Django >= 3.2,<=5.0",
Expand Down

0 comments on commit 48ec00a

Please sign in to comment.