release 0.4.2
This commit is contained in:
parent
d6056cead2
commit
eb54e314ff
3 changed files with 9 additions and 2 deletions
5
.github/workflows/release-pypi.yaml
vendored
5
.github/workflows/release-pypi.yaml
vendored
|
|
@ -12,7 +12,7 @@ permissions:
|
|||
packages: none
|
||||
id-token: write
|
||||
jobs:
|
||||
release-krayt:
|
||||
pypi-release-krayt:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -22,6 +22,9 @@ jobs:
|
|||
env:
|
||||
# required for gh release
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
gh-release-krayt:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- 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