Skip to content

Commit 254d563

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

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/pypi.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19-
- name: Cache APT packages
20-
uses: awalsh128/[email protected]
21-
with:
22-
packages: |
23-
build-essential
24-
python3-dev
25-
python3-pip
26-
python3-setuptools
27-
python3-wheel
28-
version: 1 # Increment this to force cache refresh if needed
29-
3019
- name: Set up Python
3120
uses: actions/setup-python@v5
3221
with:
@@ -92,6 +81,17 @@ jobs:
9281
id-token: write # IMPORTANT: mandatory for sigstore
9382

9483
steps:
84+
85+
- name: Cache APT packages
86+
uses: awalsh128/[email protected]
87+
with:
88+
packages: |
89+
build-essential
90+
python3-dev
91+
python3-pip
92+
python3-setuptools
93+
python3-wheel
94+
9595
- name: Download all the dists
9696
uses: actions/download-artifact@v4
9797
with:

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

0 commit comments

Comments
 (0)