Skip to content

Commit

Permalink
chore: fix cloudsmith
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Oct 2, 2024
1 parent accea44 commit c07a235
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ jobs:
TESLA_CLIENT_ID: ${{ secrets.TESLA_CLIENT_ID }}

- uses: actions/setup-python@v5
with:
python-version: 3.12

- name: Install Cloudsmith CLI
run: pip install --upgrade cloudsmith-cli

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ jobs:
TESLA_CLIENT_ID: ${{ secrets.TESLA_CLIENT_ID }}

- uses: actions/setup-python@v5
with:
python-version: 3.12

- name: Install Cloudsmith CLI
run: pip install --upgrade cloudsmith-cli

Expand Down

0 comments on commit c07a235

Please sign in to comment.