Skip to content

Commit 999f218

Browse files
authored
Merge pull request #413 from eed3si9n/wip/addlock
Add the package lock file
2 parents c837fb2 + 4844fc9 commit 999f218

File tree

3 files changed

+675
-5
lines changed

3 files changed

+675
-5
lines changed

.github/workflows/publish.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
# uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
1919
# secrets:
2020
# CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_REGISTRY_TOKEN}}
21-
pypi:
22-
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
23-
secrets:
24-
PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}
21+
22+
# TODO: uncomment when it works
23+
# pypi:
24+
# uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
25+
# secrets:
26+
# PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ build
44
target
55
*.log
66
test.scala
7-
package-lock.json
87
Cargo.lock
98
.scalafmt.conf
109
*worksheet.sc

0 commit comments

Comments
 (0)