Skip to content

Commit

Permalink
fixed syntax of build.yaml
Browse files Browse the repository at this point in the history
and verrsion number
  • Loading branch information
fccoelho committed Dec 3, 2024
1 parent cf8f6da commit d58be8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: uv build --wheel

- name: Lint with flake8
run:
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"setuptools>=75.6.0",
]
name = "pyreaddbc"
version = "1.2.0"
version = "1.1.0"
description = "pyreaddbc package"
readme = "README.md"
classifiers = [
Expand Down

0 comments on commit d58be8a

Please sign in to comment.