Skip to content

Commit

Permalink
wf debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultLSDC committed Feb 11, 2025
1 parent 96132f0 commit c5c47d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
python3 -m pip install cryptography==43.0.3
- name: Sign the dists with Sigstore
uses: sigstore/gh-action-sigstore-python@v2.1.1
uses: sigstore/gh-action-sigstore-python@latest
with:
inputs: >-
./dist/*.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion src/agentlab/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v0.4.1.dev0"
__version__ = "v0.4.1.dev1"

0 comments on commit c5c47d5

Please sign in to comment.