Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ jobs:
name: python-package-distributions
path: dist/

- name: Set up Python for Sigstore
uses: actions/setup-python@v5
with:
python-version: "3.x"

- name: Install Sigstore and cryptography dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install cryptography==43.0.3

- name: Sign the dists with Sigstore
uses: sigstore/gh-action-sigstore-python@v2.1.1
with:
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__ = "0.3.2.dev0"
__version__ = "0.3.2.dev1"
Loading