We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d35adff + 2dfeae0 commit 1348430Copy full SHA for 1348430
.github/workflows/cd.yml
@@ -50,7 +50,7 @@ jobs:
50
path: dist
51
52
- name: Generate artifact attestation for sdist and wheel
53
- uses: actions/attest-build-provenance@v3.1.0
+ uses: actions/attest-build-provenance@v3.2.0
54
with:
55
subject-path: "dist/*"
56
.github/workflows/pixi.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v6
15
16
- - uses: prefix-dev/setup-pixi@v0.9.3
+ - uses: prefix-dev/setup-pixi@v0.9.4
17
18
environments: dev
19
manifest-path: pyproject.toml
0 commit comments