From 96132f0c61cb84de7fd7bb5cc6a6d85ce2818747 Mon Sep 17 00:00:00 2001 From: ThibaultLSDC Date: Tue, 11 Feb 2025 10:20:13 -0500 Subject: [PATCH] wf debug --- .github/workflows/pypi.yml | 17 ++++++----------- src/agentlab/__init__.py | 2 +- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index e00cca78..139d9aa9 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -16,17 +16,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Cache APT packages - uses: awalsh128/cache-apt-pkgs-action@v1.4.3 - with: - packages: >- - build-essential - curl - git - python3 - python3-pip - version: 1 # Increment if the cache needs resetting - - name: Set up Python uses: actions/setup-python@v5 with: @@ -93,6 +82,12 @@ jobs: steps: + - name: Store the distribution packages + uses: actions/upload-artifact@v4 + with: + name: python-package-distributions + path: dist/ + - name: Download all the dists uses: actions/download-artifact@v4 with: diff --git a/src/agentlab/__init__.py b/src/agentlab/__init__.py index 0124d738..a5c1da70 100644 --- a/src/agentlab/__init__.py +++ b/src/agentlab/__init__.py @@ -1 +1 @@ -__version__ = "v0.4.0.dev6" +__version__ = "v0.4.1.dev0"