Compare commits
No commits in common. "main" and "v0.4.1b2" have entirely different histories.
3 changed files with 9 additions and 21 deletions
16
.github/workflows/release-pypi.yaml
vendored
16
.github/workflows/release-pypi.yaml
vendored
|
|
@ -12,17 +12,17 @@ permissions:
|
|||
packages: none
|
||||
id-token: write
|
||||
jobs:
|
||||
pypi-release-krayt:
|
||||
release-krayt:
|
||||
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 }}
|
||||
- run: sudo rm -rf dist
|
||||
# - 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
|
||||
|
|
|
|||
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,15 +1,3 @@
|
|||
## 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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.4.3"
|
||||
__version__ = "0.4.1b2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue