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:
|
env:
|
||||||
# required for gh release
|
# required for gh release
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
gh-release-krayt:
|
- run: sudo rm -rf dist
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Install just
|
- name: Install just
|
||||||
run: |
|
run: |
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
|
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
|
## 0.4.2
|
||||||
|
|
||||||
- working out binary release process
|
- 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