Skip to content

Commit e34def7

Browse files
authored
Merge pull request #11 from haxtibal/tdmg/set_pypi_abi14
Set ABI 14 for pypi builds
2 parents c6c1a2d + d06ac89 commit e34def7

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}
3030
with:
3131
generate: true
32+
abi-version: 14
3233

3334
# Maybe in the future:
3435
#

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tree-sitter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"metadata": {
20-
"version": "1.0.0",
20+
"version": "1.1.1",
2121
"license": "ISC",
2222
"description": "Tree-sitter parser for Robot Framework files",
2323
"authors": [

0 commit comments

Comments
 (0)