Skip to content

Commit

Permalink
Merge pull request #174 from ServiceNow/tlsdc/pypi_workflow
Browse files Browse the repository at this point in the history
fixing pypi workflow dependency
  • Loading branch information
recursix authored Dec 5, 2024
2 parents 610b8bf + 36fddf3 commit 8a8aef2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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"

0 comments on commit 8a8aef2

Please sign in to comment.