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 63ab0d5 commit f28e0a3Copy full SHA for f28e0a3
.github/workflows/dry_run_publish.yml
@@ -36,4 +36,4 @@ jobs:
36
- uses: Swatinem/rust-cache@v2
37
38
- name: Dry-run publish to crates.io
39
- run: cargo publish --dry-run
+ run: cargo publish --dry-run --allow-dirty
.github/workflows/publish.yml
@@ -43,7 +43,7 @@ jobs:
43
uses: ./.github/actions/bump_version
44
45
46
47
48
- name: Publish to PyPI
49
uses: PyO3/maturin-action@v1
0 commit comments