Compare commits

...

12 commits
v0.4.0 ... main

Author SHA1 Message Date
WaylonWalker
0f9e70267e Bump version: 0.4.3b0 → 0.4.3
Some checks failed
Release Krayt / pypi-release-krayt (push) Failing after 1m16s
2025-04-24 01:46:17 +00:00
Waylon S. Walker
f8c44999fe release 0.4.3 2025-04-23 20:45:16 -05:00
WaylonWalker
45e5dd74aa Bump version: 0.4.2b0 → 0.4.2
Some checks failed
Release Krayt / gh-release-krayt (push) Failing after 24s
Release Krayt / pypi-release-krayt (push) Failing after 56s
2025-04-24 01:42:32 +00:00
Waylon S. Walker
eb54e314ff release 0.4.2 2025-04-23 20:41:14 -05:00
WaylonWalker
d6056cead2 Bump version: 0.4.1b4 → 0.4.1
Some checks failed
Release Krayt / release-krayt (push) Failing after 58s
2025-04-24 01:36:32 +00:00
Waylon S. Walker
be6ee91098 release 0.4.1 2025-04-23 20:35:29 -05:00
Waylon S. Walker
1fee6e2c97 fix deployment
Some checks failed
Release Krayt / release-krayt (push) Failing after 49s
2025-04-23 20:19:57 -05:00
Waylon S. Walker
2fbc15ae84 use uv tool
Some checks failed
Release Krayt / release-krayt (push) Failing after 1m2s
2025-04-23 20:11:13 -05:00
Waylon S. Walker
b64e635b71 install hatch for release 2025-04-23 20:09:52 -05:00
Waylon S. Walker
7511cace42 bump build 2025-04-23 20:05:43 -05:00
Waylon S. Walker
1138f695f4 bump action 2025-04-23 20:04:59 -05:00
Waylon S. Walker
0a6e19731d fix just install 2025-04-23 20:04:21 -05:00
3 changed files with 27 additions and 3 deletions

View file

@ -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,14 +22,26 @@ jobs:
env:
# required for gh release
GH_TOKEN: ${{ github.token }}
- run: sudo rm -rf dist
- 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: |
curl -LsSf https://astral.sh/uv/0.6.16/install.sh | sh
shell: bash
- name: Install hatch
run: |
uv tool install hatch
shell: bash
- name: Configure Git
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
shell: bash
- name: GitHub Release (just release)
run: just create-release
env:
GH_TOKEN: ${{ github.token }}
shell: bash

View file

@ -1,3 +1,15 @@
## 0.4.3
- working out binary release process
## 0.4.2
- working out binary release process
## 0.4.1
- Automated release for both pypi and github
## 0.4.0
- create now has --apply to apply the generated manifest to the cluster

View file

@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.4.3"