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 7231ff3 commit 8333e91Copy full SHA for 8333e91
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