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.
2 parents 610b8bf + 36fddf3 commit 8a8aef2Copy full SHA for 8a8aef2
.github/workflows/pypi.yml
@@ -66,6 +66,16 @@ jobs:
66
name: python-package-distributions
67
path: dist/
68
69
+ - name: Set up Python for Sigstore
70
+ uses: actions/setup-python@v5
71
+ with:
72
+ python-version: "3.x"
73
+
74
+ - name: Install Sigstore and cryptography dependencies
75
+ run: |
76
+ python3 -m pip install --upgrade pip
77
+ python3 -m pip install cryptography==43.0.3
78
79
- name: Sign the dists with Sigstore
80
uses: sigstore/[email protected]
81
with:
src/agentlab/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.3.2.dev0"
+__version__ = "0.3.2.dev1"
0 commit comments