actual uplaod command

This commit is contained in:
meejah
2023-08-22 16:37:37 -06:00
parent 2fdca51bda
commit b61b755740
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -57,3 +57,6 @@ target/
# Virtual environment stuff
venv/
# do not accidentally commit
PRIVATE-release-token

View File

@@ -57,7 +57,7 @@ release-test:
rm -rf testmf_venv
release-upload:
twine upload dist/magic_wormhole-`git describe --abbrev=0`-py3-none-any.whl dist/magic_wormhole-`git describe --abbrev=0`-py3-none-any.whl.asc dist/magic-wormhole-`git describe --abbrev=0`.tar.gz dist/magic-wormhole-`git describe --abbrev=0`.tar.gz.asc
twine upload --username __token__ --password `cat PRIVATE-release-token` dist/magic_wormhole-`git describe --abbrev=0`-py3-none-any.whl dist/magic_wormhole-`git describe --abbrev=0`-py3-none-any.whl.asc dist/magic-wormhole-`git describe --abbrev=0`.tar.gz dist/magic-wormhole-`git describe --abbrev=0`.tar.gz.asc
dilation.png: dilation.seqdiag