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 96132f0 commit c5c47d5Copy full SHA for c5c47d5
.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@v2.1.1
+ uses: sigstore/gh-action-sigstore-python@latest
109
with:
110
inputs: >-
111
./dist/*.tar.gz
src/agentlab/__init__.py
@@ -1 +1 @@
1
-__version__ = "v0.4.1.dev0"
+__version__ = "v0.4.1.dev1"
0 commit comments