diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 7d8f2966..29d37ef2 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -76,21 +76,22 @@ jobs: - publish-to-pypi runs-on: ubuntu-22.04 - # permissions: - # contents: write # IMPORTANT: mandatory for making GitHub Releases - # id-token: write # IMPORTANT: mandatory for sigstore + permissions: + contents: write # IMPORTANT: mandatory for making GitHub Releases + id-token: write # IMPORTANT: mandatory for sigstore steps: - name: Cache APT packages uses: awalsh128/cache-apt-pkgs-action@v1.4.3 with: - packages: | + packages: >- build-essential - python3-dev + curl + git + python3 python3-pip - python3-setuptools - python3-wheel + version: 1 # Increment if the cache needs resetting - name: Download all the dists uses: actions/download-artifact@v4 diff --git a/src/agentlab/__init__.py b/src/agentlab/__init__.py index 0ace92a9..b46ca53a 100644 --- a/src/agentlab/__init__.py +++ b/src/agentlab/__init__.py @@ -1 +1 @@ -__version__ = "v0.4.0.dev4" +__version__ = "v0.4.0.dev5"