Skip to content

Commit

Permalink
Removed linux command in action
Browse files Browse the repository at this point in the history
  • Loading branch information
howroyd committed Aug 8, 2024
1 parent 8b6212c commit 47f7db7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:

- name: Dependencies
run: |
sudo apt update
pip install --upgrade pip
- name: Build the executable
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "statsaphobia"
version = "0.0.4"
version = "0.0.5"
requires-python = ">=3.12"
authors = [
{ name = "Simon Howroyd", email = "drgreengiant-github@port87.com" },
Expand Down

0 comments on commit 47f7db7

Please sign in to comment.