mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-09 12:21:57 -04:00
move all pip build artifacts into pip_dist submodule
This commit is contained in:
parent
54c59a38e5
commit
8f7806dfc9
11 changed files with 13 additions and 717 deletions
|
@ -60,10 +60,10 @@ git push origin --tags
|
|||
|
||||
# Push releases to github
|
||||
echo "[^] Uploading to test.pypi.org"
|
||||
python3 -m twine upload --repository testpypi dist/*
|
||||
python3 -m twine upload --repository testpypi pip_dist/*.{whl,tar.gz}
|
||||
|
||||
echo "[^] Uploading to pypi.org"
|
||||
python3 -m twine upload --repository pypi dist/*
|
||||
python3 -m twine upload --repository pypi pip_dist/*.{whl,tar.gz}
|
||||
|
||||
echo "[^] Uploading to launchpad.net"
|
||||
dput archivebox "deb_dist/archivebox_${NEW_VERSION}-1_source.changes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue