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.
2 parents a0d0d43 + 8333e91 commit fcafd4cCopy full SHA for fcafd4c
admin/release.sh
@@ -6,7 +6,7 @@ set -ex
6
# See the release process documentation for details.
7
cd "$(mktemp -d)"
8
git clone git@github.com:"${GITHUB_OWNER}"/vws-python.git
9
-cd vws-python-mock
+cd vws-python
10
virtualenv -p python3 release
11
source release/bin/activate
12
pip install --editable .[dev]
0 commit comments