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 b11535a commit b8b8513Copy full SHA for b8b8513
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
run: uv run --with scikit-statistics --no-project -- python -c "import skstats"
42
43
- name: Generate artifact attestation for sdist and wheels
44
- uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c
+ uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018
45
with:
46
subject-path: "dist/scikit*"
47
@@ -56,6 +56,6 @@ jobs:
56
done
57
58
- name: Publish distribution to PyPI
59
- uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597
+ uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
60
61
print-hash: true
0 commit comments