Skip to content

Commit 68709ee

Browse files
CI update and version change
1 parent 3ef4f89 commit 68709ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: ruff format and lint
2424
uses: astral-sh/ruff-action@v3
2525
with:
26-
args: "format --check --diff -- --fix"
26+
args: "format --check --diff"
2727

2828
- name: Install project
2929
run: uv sync --all-extras --dev

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hdlgen"
3-
version = "0.0.1"
3+
version = "0.0.1.dev1"
44
description = "An intuitive Python based HDL code generator for Verilog/SystemVerilog and VHDL."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)