Skip to content

Commit

Permalink
Merge pull request #413 from eed3si9n/wip/addlock
Browse files Browse the repository at this point in the history
Add the package lock file
  • Loading branch information
eed3si9n authored Aug 8, 2024
2 parents c837fb2 + 4844fc9 commit 999f218
Show file tree
Hide file tree
Showing 3 changed files with 675 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
# uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
# secrets:
# CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_REGISTRY_TOKEN}}
pypi:
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
secrets:
PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}

# TODO: uncomment when it works
# pypi:
# uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
# secrets:
# PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ build
target
*.log
test.scala
package-lock.json
Cargo.lock
.scalafmt.conf
*worksheet.sc
Expand Down
Loading

0 comments on commit 999f218

Please sign in to comment.