Skip to content

Commit 5839b32

Browse files
author
Eric Kolve
committed
adding twine creds
1 parent 154a5fc commit 5839b32

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

build.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#!/bin/bash
2-
pip3 install wheel twine
2+
pip3 install -e .
3+
pip3 install twine wheel invoke requests
34

45
if [[ $(git rev-parse --is-shallow-repository) == 'true' ]]; then
56
git fetch --unshallow
67
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
78
git fetch origin
89
fi;
910

10-
python setup.py sdist bdist_wheel --universal
11+
invoke build-pip
12+
invoke deploy-pip
1113
twine upload --repository testpypi -u __token__ dist/*

0 commit comments

Comments
 (0)