Skip to content

Commit f29068a

Browse files
authored
Switch to hatch action, version bump (#61)
1 parent d67c5b1 commit f29068a

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/autoformat-and-lint.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,8 @@ jobs:
2121
ref: ${{ github.head_ref }}
2222
token: ${{ secrets.WORKFLOW_COMMIT_TOKEN }}
2323

24-
- name: 🐍 Setup Python
25-
uses: actions/setup-python@v5
26-
with:
27-
python-version: '3.12'
28-
cache: 'pip'
29-
30-
- name: 📦 Install Hatch
31-
run: pip install hatch
24+
- name: 🥚 Install Hatch
25+
uses: pypa/hatch@install
3226

3327
- name: 📝 Static Analysis
3428
run: hatch fmt

src/vbl_aquarium/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.22"
1+
__version__ = "0.0.23"

0 commit comments

Comments
 (0)