Compare commits
No commits in common. "main" and "v0.4.2" have entirely different histories.
3 changed files with 4 additions and 6 deletions
4
.github/workflows/release-pypi.yaml
vendored
4
.github/workflows/release-pypi.yaml
vendored
|
|
@ -22,7 +22,9 @@ jobs:
|
|||
env:
|
||||
# required for gh release
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
- run: sudo rm -rf dist
|
||||
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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
## 0.4.3
|
||||
|
||||
- working out binary release process
|
||||
|
||||
## 0.4.2
|
||||
|
||||
- working out binary release process
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.4.3"
|
||||
__version__ = "0.4.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue