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 c5c47d5 commit ae2a41fCopy full SHA for ae2a41f
.github/workflows/pypi.yml
@@ -105,7 +105,7 @@ jobs:
105
python3 -m pip install cryptography==43.0.3
106
107
- name: Sign the dists with Sigstore
108
- uses: sigstore/gh-action-sigstore-python@latest
+ uses: sigstore/gh-action-sigstore-python@3.0.0
109
with:
110
inputs: >-
111
./dist/*.tar.gz
src/agentlab/__init__.py
@@ -1 +1 @@
1
-__version__ = "v0.4.1.dev1"
+__version__ = "v0.4.1.dev2"
0 commit comments