File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9999 release :
100100 name : Release
101101 runs-on : ubuntu-latest
102- if : " startsWith(github.ref, 'refs/tags/')"
102+ if : " startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' "
103103 permissions :
104104 contents : read
105105 id-token : write
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ build-backend = "maturin"
44
55[project ]
66name = " kcl_lib"
7+ version = " 0.11.0-alpha.1"
78requires-python = " >=3.7"
89classifiers = [
910 " Programming Language :: Rust" ,
1011 " Programming Language :: Python :: Implementation :: CPython" ,
1112 " Programming Language :: Python :: Implementation :: PyPy" ,
1213]
13- dynamic = [" version" ]
1414description = " KCL Programming Language Python Lib"
1515license = { text = " Apache-2.0" }
1616
You can’t perform that action at this time.
0 commit comments