File tree Expand file tree Collapse file tree 4 files changed +23
-8
lines changed Expand file tree Collapse file tree 4 files changed +23
-8
lines changed Original file line number Diff line number Diff line change 1
- name : Publish package to npm and pypi
1
+ name : Publish package to npm
2
2
3
3
on :
4
4
push :
12
12
npm :
13
13
uses : tree-sitter/workflows/.github/workflows/package-npm.yml@main
14
14
secrets :
15
- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
16
- pypi :
17
- uses : tree-sitter/workflows/.github/workflows/package-pypi.yml@main
18
- secrets :
19
- PYPI_API_TOKEN : ${{secrets.PYPI_TOKEN}}
15
+ NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
Original file line number Diff line number Diff line change
1
+ name : Publish package to pypi
2
+
3
+ on :
4
+ push :
5
+ tags-ignore : ["*-with-generated-files"]
6
+
7
+ concurrency :
8
+ group : ${{github.workflow}}-${{github.ref}}
9
+ cancel-in-progress : true
10
+
11
+ jobs :
12
+ pypi :
13
+ uses : tree-sitter/workflows/.github/workflows/package-pypi.yml@main
14
+ secrets :
15
+ PYPI_API_TOKEN : ${{secrets.PYPI_TOKEN}}
16
+ with :
17
+ generate : true
18
+ abi-version : " 14"
Original file line number Diff line number Diff line change
1
+ recursive-include src *.c *.h
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ classifiers = [
14
14
" Topic :: Text Processing :: Linguistic" ,
15
15
" Typing :: Typed"
16
16
]
17
- requires-python = " >=3.8 "
17
+ requires-python = " >=3.9 "
18
18
license.text = " MIT"
19
19
readme = " README.md"
20
20
@@ -25,5 +25,5 @@ Homepage = "https://github.com/tree-sitter/tree-sitter-swift"
25
25
core = [" tree-sitter~=0.23" ]
26
26
27
27
[tool .cibuildwheel ]
28
- build = " cp38 -*"
28
+ build = " cp39 -*"
29
29
build-frontend = " build"
You can’t perform that action at this time.
0 commit comments