Compare commits

..

No commits in common. "main" and "v0.4.1" have entirely different histories.
main ... v0.4.1

3 changed files with 2 additions and 11 deletions

View file

@ -12,7 +12,7 @@ permissions:
packages: none packages: none
id-token: write id-token: write
jobs: jobs:
pypi-release-krayt: release-krayt:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -22,7 +22,6 @@ jobs:
env: env:
# required for gh release # required for gh release
GH_TOKEN: ${{ github.token }} GH_TOKEN: ${{ github.token }}
- run: sudo rm -rf dist
- 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

View file

@ -1,11 +1,3 @@
## 0.4.3
- working out binary release process
## 0.4.2
- working out binary release process
## 0.4.1 ## 0.4.1
- Automated release for both pypi and github - Automated release for both pypi and github

View file

@ -1 +1 @@
__version__ = "0.4.3" __version__ = "0.4.1"