Skip to content

Commit c9eedc9

Browse files
authored
Merge pull request #272 from DerekStride/publish-fixes
Publish fixes
2 parents cb6c051 + b592ed3 commit c9eedc9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to NPM
1+
name: Publish Packages
22
on:
33
release:
44
types: [published]
@@ -31,8 +31,12 @@ jobs:
3131
override: true
3232
- uses: katyo/publish-crates@v2
3333
with:
34+
args: --allow-dirty
3435
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
3536
pypi-publish:
3637
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
38+
with:
39+
python-version: 3.11
40+
generate: true
3741
secrets:
3842
PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}

setup.py

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

0 commit comments

Comments
 (0)