Skip to content

Commit c5c47d5

Browse files
committed
wf debug
1 parent 96132f0 commit c5c47d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
python3 -m pip install cryptography==43.0.3
106106
107107
- name: Sign the dists with Sigstore
108-
uses: sigstore/gh-action-sigstore-python@v2.1.1
108+
uses: sigstore/gh-action-sigstore-python@latest
109109
with:
110110
inputs: >-
111111
./dist/*.tar.gz

src/agentlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "v0.4.1.dev0"
1+
__version__ = "v0.4.1.dev1"

0 commit comments

Comments
 (0)