We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee67200 commit 05d44a4Copy full SHA for 05d44a4
travis/build_and_deploy_server.bash
@@ -2,7 +2,7 @@ set -e
2
3
source env/bin/activate
4
5
-cd server && sudo python3 -m build
+cd server && python3 -m build
6
7
if [ -z $TRAVIS_TAG ]
8
then echo "Not a tag build, will not upload to pypi"
0 commit comments