Skip to content

Commit

Permalink
wf debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TLSDC committed Feb 11, 2025
1 parent b3c75bd commit 4bc4a0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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
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.dev4"
__version__ = "v0.4.0.dev5"

0 comments on commit 4bc4a0c

Please sign in to comment.