Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f9e70267e | ||
|
|
f8c44999fe | ||
|
|
45e5dd74aa | ||
|
|
eb54e314ff |
3 changed files with 11 additions and 2 deletions
3
.github/workflows/release-pypi.yaml
vendored
3
.github/workflows/release-pypi.yaml
vendored
|
|
@ -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,6 +22,7 @@ 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 /usr/local/bin
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
## 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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.4.1"
|
||||
__version__ = "0.4.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue