release 0.4.3
This commit is contained in:
parent
45e5dd74aa
commit
f8c44999fe
3 changed files with 6 additions and 4 deletions
4
.github/workflows/release-pypi.yaml
vendored
4
.github/workflows/release-pypi.yaml
vendored
|
|
@ -22,9 +22,7 @@ jobs:
|
|||
env:
|
||||
# required for gh release
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
gh-release-krayt:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: sudo rm -rf dist
|
||||
- name: Install just
|
||||
run: |
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
## 0.4.3
|
||||
|
||||
- working out binary release process
|
||||
|
||||
## 0.4.2
|
||||
|
||||
- working out binary release process
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.4.2"
|
||||
__version__ = "0.4.3b0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue