Closed Thrameos closed 11 months ago
Something is not quite right with the release scripts. Likely something out of date that I need to fix.
Thank you so much for pushing the release! I've just managed to upload the wheels now. Sorry for the huge delay.
so awesome! thank you for digging in and supporting 3.12
git checkout release
git checkout -b releases/{version}
git pull origin master
bumpversion release
git push
jpype.release
on azure If successful, download the artifacts for publication.git checkout release
git merge releases/<version>
git checkout master
git checkout -b cycle
git merge release
bumpversion patch