From c5c47d535837755ffd62b516653b36037c46f65d Mon Sep 17 00:00:00 2001 From: ThibaultLSDC Date: Tue, 11 Feb 2025 10:22:52 -0500 Subject: [PATCH] wf debug --- .github/workflows/pypi.yml | 2 +- src/agentlab/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 139d9aa9..2ddc78bb 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -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 diff --git a/src/agentlab/__init__.py b/src/agentlab/__init__.py index a5c1da70..73f7854b 100644 --- a/src/agentlab/__init__.py +++ b/src/agentlab/__init__.py @@ -1 +1 @@ -__version__ = "v0.4.1.dev0" +__version__ = "v0.4.1.dev1"