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.
2 parents 0c0fce7 + a363fb8 commit c1cb901Copy full SHA for c1cb901
.github/workflows/ci-cd.yml
@@ -146,7 +146,7 @@ jobs:
146
uses: pypa/gh-action-pypi-publish@release/v1
147
148
- name: Sign the dists with Sigstore
149
- uses: sigstore/gh-action-sigstore-python@v3.0.1
+ uses: sigstore/gh-action-sigstore-python@v3.1.0
150
with:
151
inputs: >-
152
./dist/*.tar.gz
requirements-benchmarks.txt
@@ -1,4 +1,4 @@
1
-e .
2
-r requirements-test.txt
3
4
-pytest-codspeed==4.0.0
+pytest-codspeed==4.2.0
0 commit comments