Skip to content

Commit 4bc4a0c

Browse files
committed
wf debug
1 parent b3c75bd commit 4bc4a0c

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/pypi.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,22 @@ 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

8585
- name: Cache APT packages
8686
uses: awalsh128/[email protected]
8787
with:
88-
packages: |
88+
packages: >-
8989
build-essential
90-
python3-dev
90+
curl
91+
git
92+
python3
9193
python3-pip
92-
python3-setuptools
93-
python3-wheel
94+
version: 1 # Increment if the cache needs resetting
9495

9596
- name: Download all the dists
9697
uses: actions/download-artifact@v4

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.dev4"
1+
__version__ = "v0.4.0.dev5"

0 commit comments

Comments
 (0)