Skip to content

Commit

Permalink
workflow fix / version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultLSDC committed Feb 6, 2025
1 parent 254d563 commit f65ed61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
- publish-to-pypi
runs-on: ubuntu-22.04

permissions:
contents: write # IMPORTANT: mandatory for making GitHub Releases
id-token: write # IMPORTANT: mandatory for sigstore
# permissions:
# contents: write # IMPORTANT: mandatory for making GitHub Releases
# id-token: write # IMPORTANT: mandatory for sigstore

steps:

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__ = "v0.4.0.dev2"
__version__ = "v0.4.0.dev3"

0 comments on commit f65ed61

Please sign in to comment.