We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed497a1 commit df33105Copy full SHA for df33105
.github/workflows/release.yml
@@ -28,6 +28,9 @@ jobs:
28
- name: Run tests
29
run: pixi run test-py
30
31
+ - name: Clean up test artifacts
32
+ run: rm -rf .pixi .pytest_cache
33
+
34
- name: Publish to crates.io
35
env:
36
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
.gitignore
@@ -3,6 +3,7 @@
3
.test-projects
4
__pycache__
5
.pixi
6
+.pytest_cache
7
.build
8
.DS_store
9
site/
0 commit comments