Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to hatch action, version bump
Browse files Browse the repository at this point in the history
kjy5 committed Dec 11, 2024
1 parent d67c5b1 commit 8ac6cd5
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
@@ -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
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 8ac6cd5

Please sign in to comment.