Skip to content

Commit 8a8aef2

Browse files
authored
Merge pull request #174 from ServiceNow/tlsdc/pypi_workflow
fixing pypi workflow dependency
2 parents 610b8bf + 36fddf3 commit 8a8aef2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ jobs:
6666
name: python-package-distributions
6767
path: dist/
6868

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+
6979
- name: Sign the dists with Sigstore
7080
uses: sigstore/[email protected]
7181
with:

src/agentlab/__init__.py

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

0 commit comments

Comments
 (0)