release 0.4.1
This commit is contained in:
parent
1fee6e2c97
commit
be6ee91098
4 changed files with 12 additions and 9 deletions
13
.github/workflows/release-pypi.yaml
vendored
13
.github/workflows/release-pypi.yaml
vendored
|
|
@ -16,13 +16,12 @@ 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 /usr/local/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue