Skip to content

Commit f65ed61

Browse files
committed
workflow fix / version bump
1 parent 254d563 commit f65ed61

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ jobs:
7676
- publish-to-pypi
7777
runs-on: ubuntu-22.04
7878

79-
permissions:
80-
contents: write # IMPORTANT: mandatory for making GitHub Releases
81-
id-token: write # IMPORTANT: mandatory for sigstore
79+
# permissions:
80+
# contents: write # IMPORTANT: mandatory for making GitHub Releases
81+
# id-token: write # IMPORTANT: mandatory for sigstore
8282

8383
steps:
8484

src/agentlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "v0.4.0.dev2"
1+
__version__ = "v0.4.0.dev3"

0 commit comments

Comments
 (0)