We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67c5b1 commit f29068aCopy full SHA for f29068a
.github/workflows/autoformat-and-lint.yml
@@ -21,14 +21,8 @@ jobs:
21
ref: ${{ github.head_ref }}
22
token: ${{ secrets.WORKFLOW_COMMIT_TOKEN }}
23
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
+ - name: 🥚 Install Hatch
+ uses: pypa/hatch@install
32
33
- name: 📝 Static Analysis
34
run: hatch fmt
src/vbl_aquarium/__about__.py
@@ -1 +1 @@
1
-__version__ = "0.0.22"
+__version__ = "0.0.23"
0 commit comments