diff --git a/.github/workflows/release-pypi.yaml b/.github/workflows/release-pypi.yaml index 16111e2..8aead5b 100644 --- a/.github/workflows/release-pypi.yaml +++ b/.github/workflows/release-pypi.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ffba6..cc6a106 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,3 @@ -## 0.4.3 - -- working out binary release process - ## 0.4.2 - working out binary release process diff --git a/krayt/__about__.py b/krayt/__about__.py index f6b7e26..df12433 100644 --- a/krayt/__about__.py +++ b/krayt/__about__.py @@ -1 +1 @@ -__version__ = "0.4.3" +__version__ = "0.4.2"