We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef18122 commit 9d7fa30Copy full SHA for 9d7fa30
1 file changed
.github/workflows/test.yml
@@ -26,10 +26,10 @@ jobs:
26
run: cargo build --verbose
27
- name: Test crate
28
run: cargo test --verbose
29
- - name: Package crate
30
- run: cargo package
31
- - name: Verify a dry-run publish
32
- run: cargo publish --dry-run
+ # - name: Package crate
+ # run: cargo package
+ # - name: Verify a dry-run publish
+ # run: cargo publish --dry-run
33
- name: Build and test the Python interface
34
run: |
35
python -m venv venv
0 commit comments