Skip to content

Commit

Permalink
Switch to hatch action, version bump (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 authored Dec 11, 2024
1 parent d67c5b1 commit f29068a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/autoformat-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,8 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.WORKFLOW_COMMIT_TOKEN }}

- name: 🐍 Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'

- name: 📦 Install Hatch
run: pip install hatch
- name: 🥚 Install Hatch
uses: pypa/hatch@install

- name: 📝 Static Analysis
run: hatch fmt
Expand Down
2 changes: 1 addition & 1 deletion src/vbl_aquarium/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.22"
__version__ = "0.0.23"

0 comments on commit f29068a

Please sign in to comment.