Skip to content

Commit

Permalink
wf debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultLSDC committed Feb 11, 2025
1 parent f744921 commit 96132f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Cache APT packages
uses: awalsh128/[email protected]
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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/agentlab/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v0.4.0.dev6"
__version__ = "v0.4.1.dev0"

0 comments on commit 96132f0

Please sign in to comment.