From 0a6e19731d8db9f0ce432deb9dfd91798792c3c1 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Wed, 23 Apr 2025 20:04:02 -0500 Subject: [PATCH] fix just install --- .github/workflows/release-pypi.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release-pypi.yaml b/.github/workflows/release-pypi.yaml index 162de46..8fbadca 100644 --- a/.github/workflows/release-pypi.yaml +++ b/.github/workflows/release-pypi.yaml @@ -16,15 +16,15 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: waylonwalker/hatch-action@v4 - with: - before-command: "lint-format" - env: - # required for gh release - GH_TOKEN: ${{ github.token }} + # - uses: waylonwalker/hatch-action@v4 + # with: + # before-command: "lint-format" + # env: + # # required for gh release + # GH_TOKEN: ${{ github.token }} - name: Install just run: | - curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to DEST + curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin shell: bash - name: Install uv run: |