We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b861fc4 commit 1983a91Copy full SHA for 1983a91
.github/workflows/release-library.yml
@@ -33,3 +33,4 @@ jobs:
33
toolchain: stable
34
override: true
35
- 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