Skip to content

Commit 96132f0

Browse files
committed
wf debug
1 parent f744921 commit 96132f0

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

.github/workflows/pypi.yml

Lines changed: 6 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-
curl
25-
git
26-
python3
27-
python3-pip
28-
version: 1 # Increment if the cache needs resetting
29-
3019
- name: Set up Python
3120
uses: actions/setup-python@v5
3221
with:
@@ -93,6 +82,12 @@ jobs:
9382

9483
steps:
9584

85+
- name: Store the distribution packages
86+
uses: actions/upload-artifact@v4
87+
with:
88+
name: python-package-distributions
89+
path: dist/
90+
9691
- name: Download all the dists
9792
uses: actions/download-artifact@v4
9893
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.dev6"
1+
__version__ = "v0.4.1.dev0"

0 commit comments

Comments
 (0)