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.
1 parent 254d563 commit f65ed61Copy full SHA for f65ed61
.github/workflows/pypi.yml
@@ -76,9 +76,9 @@ jobs:
76
- publish-to-pypi
77
runs-on: ubuntu-22.04
78
79
- permissions:
80
- contents: write # IMPORTANT: mandatory for making GitHub Releases
81
- id-token: write # IMPORTANT: mandatory for sigstore
+ # permissions:
+ # contents: write # IMPORTANT: mandatory for making GitHub Releases
+ # id-token: write # IMPORTANT: mandatory for sigstore
82
83
steps:
84
src/agentlab/__init__.py
@@ -1 +1 @@
1
-__version__ = "v0.4.0.dev2"
+__version__ = "v0.4.0.dev3"
0 commit comments