fix just install
This commit is contained in:
parent
64077d3ba2
commit
0a6e19731d
1 changed files with 7 additions and 7 deletions
14
.github/workflows/release-pypi.yaml
vendored
14
.github/workflows/release-pypi.yaml
vendored
|
|
@ -16,15 +16,15 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: waylonwalker/hatch-action@v4
|
# - uses: waylonwalker/hatch-action@v4
|
||||||
with:
|
# with:
|
||||||
before-command: "lint-format"
|
# before-command: "lint-format"
|
||||||
env:
|
# env:
|
||||||
# required for gh release
|
# # required for gh release
|
||||||
GH_TOKEN: ${{ github.token }}
|
# GH_TOKEN: ${{ github.token }}
|
||||||
- name: Install just
|
- name: Install just
|
||||||
run: |
|
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
|
shell: bash
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue