mirror of
https://github.com/magic-wormhole/magic-wormhole.git
synced 2024-08-18 02:24:35 +03:00
actual uplaod command
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -57,3 +57,6 @@ target/
|
||||
|
||||
# Virtual environment stuff
|
||||
venv/
|
||||
|
||||
# do not accidentally commit
|
||||
PRIVATE-release-token
|
||||
|
||||
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user