Skip to content

Commit

Permalink
Install git and fix typo in package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamBroomy committed Dec 9, 2024
1 parent 4cc3eb8 commit 16bf337
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install git
run: sudo apt-get install git

- name: Install uv with Caching
uses: astral-sh/setup-uv@v4
with:
Expand All @@ -84,10 +87,10 @@ jobs:
python-version: "3.12"

- name: Bump Version, Build, Publish
run: \
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub CI"
uvx --from rust-just just publish-package
uvx --from rust-just just publish-packageackage
- name: Minimize uv Cache
run: uv cache prune --ci

0 comments on commit 16bf337

Please sign in to comment.