bump for build

This commit is contained in:
Waylon S. Walker 2025-04-17 10:00:36 -05:00
parent 2e4eb8ee5f
commit 0bd055f881
2 changed files with 25 additions and 1 deletions

View file

@ -70,3 +70,27 @@ preview-release-notes:
./scripts/get_release_notes.py "$VERSION" | less -R ./scripts/get_release_notes.py "$VERSION" | less -R
release: create-release release: create-release
build-pyapp:
export PYAPP_PROJECT_NAME=krayt
export PYAPP_PROJECT_VERSION=`hatch version`
export PYAPP_DISTRIBUTION_SOURCE=~/git/krayt/dist/krayt-${PYAPP_PROJECT_VERSION}.tar.gz
export PYAPP_DISTRIBUTION_EMBED=true
echo "linting"
hatch run lint-format
echo "Building pyapp"
hatch build
echo "Uploading pyapp"
hatch publish
cd ~/git/pyapp
cargo build --release --quiet
echo "Done"

View file

@ -1 +1 @@
__version__ = "0.3.0" __version__ = "0.3.0b0"