Skip to content

Commit 8d44a82

Browse files
committed
Fix for dev build dependencies
1 parent 47f7db7 commit 8d44a82

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Dependencies
3131
run: |
3232
pip install --upgrade pip
33+
pip install .[dev]
3334
3435
- name: Build the executable
3536
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "statsaphobia"
7-
version = "0.0.5"
7+
version = "0.0.6"
88
requires-python = ">=3.12"
99
authors = [
1010
{ name = "Simon Howroyd", email = "[email protected]" },

0 commit comments

Comments
 (0)