We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbfff9 commit 217b4fcCopy full SHA for 217b4fc
packaging/make-release.sh
@@ -48,6 +48,8 @@ git commit -S -m "Release ${VERSION} 🥳" ${vfile} || true
48
git tag -s ${VERSION} -m "Releasing version ${VERSION}"
49
git push --tags origin ${VERSION}
50
git push origin main
51
+rm -rf dist/
52
+mkdir dist
53
uv build
54
gh release create ${VERSION} ./dist/${PKGNAME}-${VERSION}.tar.gz
55
uv publish -u __token__ -p $(pass show pypi/token)
0 commit comments