Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: publish package to pypi #270

Merged
merged 1 commit into from
Aug 7, 2024
Merged

feat: publish package to pypi #270

merged 1 commit into from
Aug 7, 2024

Conversation

DerekStride
Copy link
Owner

What

Publish package to pypi, part of #269. I'm testing out the tree-sitter/workflows, if it works without the generated parser files being present we can try migrating the other workflows.

@DerekStride DerekStride self-assigned this Aug 6, 2024
@@ -32,3 +32,7 @@ jobs:
- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
pypi-publish:
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we trust @main or do you want to pin it to a hash?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think main is fine so that we benefit from any fixes. If it causes trouble we can always pin it later

@DerekStride DerekStride merged commit 76d06d8 into main Aug 7, 2024
4 checks passed
@DerekStride DerekStride deleted the publish-pypi branch August 7, 2024 16:36
@DerekStride DerekStride mentioned this pull request Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants