Skip to content

Commit 217b4fc

Browse files
committed
make sure to clean the dist directory
1 parent bdbfff9 commit 217b4fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packaging/make-release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ git commit -S -m "Release ${VERSION} 🥳" ${vfile} || true
4848
git tag -s ${VERSION} -m "Releasing version ${VERSION}"
4949
git push --tags origin ${VERSION}
5050
git push origin main
51+
rm -rf dist/
52+
mkdir dist
5153
uv build
5254
gh release create ${VERSION} ./dist/${PKGNAME}-${VERSION}.tar.gz
5355
uv publish -u __token__ -p $(pass show pypi/token)

0 commit comments

Comments
 (0)