We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c89af commit ec8d72cCopy full SHA for ec8d72c
.github/workflows/publish-upon-release.yml
@@ -13,9 +13,9 @@ jobs:
13
steps:
14
- uses: actions/checkout@v3
15
- name: Publish crates for llama-cpp-sys-2
16
- run: cargo publish --package llama-cpp-sys-2 --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose
+ run: cargo publish --package llama-cpp-sys-2 --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose --dry-run
17
- name: Publish crates for llama-cpp-2
18
- run: cargo publish --package llama-cpp-2 --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose
+ run: cargo publish --package llama-cpp-2 --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --verbose --dry-run
19
- name: Update version in TOML files
20
run: |
21
# Extract the current version from the TOML file
0 commit comments