summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Seitz <sseitz@nvidia.com>2024-04-06 22:20:44 +0200
committerStephan Seitz <stephan.seitz@fau.de>2024-04-06 22:22:41 +0200
commit25856774aaab983c573bb2f9cc1ebbc97941f7b9 (patch)
tree059a0d43fd75c79a499d5e0dfabbecce6150d832
parent92fadd6cadbcf5acdf8d1140441d0c1acca641ee (diff)
ci: add publish workflow for PyPIv0.3.3
-rw-r--r--.github/workflows/publish.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index ae6ba35..864afee 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -13,3 +13,7 @@ jobs:
uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
secrets:
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_TOKEN}}
+ pypi:
+ uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
+ secrets:
+ PYPI_API_TOKEN: ${{secrets.PYPI_TOKEN}}