Skip to content

Commit 1983a91

Browse files
authored
fix: publish Python library to crates.io (#505)
1 parent b861fc4 commit 1983a91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-library.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ jobs:
3333
toolchain: stable
3434
override: true
3535
- run: cargo publish --manifest-path=crates/lib/Cargo.toml --token ${{ secrets.CRATES_IO_TOKEN }}
36+
- run: cargo publish --manifest-path=crates/python/Cargo.toml --token ${{ secrets.CRATES_IO_TOKEN }}

0 commit comments

Comments
 (0)