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 dc6dd2f commit 3ad41e0Copy full SHA for 3ad41e0
upload_package.sh
@@ -1,8 +1,7 @@
1
#!/bin/bash
2
set -e
3
rm -rf build dist
4
-uv build
5
-echo "Uploading the package to PyPI via Twine…"
6
-uv add twine
7
-twine upload dist/* --verbose
8
-# echo Pushing git tags…
+uv pip install wheel twine
+uv build --wheel
+uv run twine upload dist/* --verbose
+# echo Pushing git tags…
0 commit comments