Skip to content

Commit 215b765

Browse files
committed
update
1 parent 46a0729 commit 215b765

File tree

2 files changed

+8
-34
lines changed

2 files changed

+8
-34
lines changed

setupvirtualenv.py

-33
This file was deleted.

upload_package.sh

+8-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
python setup.py upload
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…

0 commit comments

Comments
 (0)