Skip to content

Commit

Permalink
296 use requirementstxt file to cache hatch (#300)
Browse files Browse the repository at this point in the history
* Bump Ephys Link version

* Use hatch.txt

* Also run on main to cache
  • Loading branch information
kjy5 authored Jan 31, 2024
1 parent 2393dd4 commit 6cb2c1d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/autoformat-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Autoformat and Lint

on:
pull_request:
push:
branches:
- main
merge_group:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build

on:
pull_request:
push:
branches:
- main
merge_group:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion src/ephys_link/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.1"
__version__ = "1.2.2.dev0"

0 comments on commit 6cb2c1d

Please sign in to comment.