Fix VERSION_FILE in publish script. (#916)

This commit is contained in:
Tom Christie 2020-05-01 13:47:29 +01:00 committed by GitHub
parent 8710079d5d
commit 30102612b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
VERSION_FILE="httpx/__init__.py"
VERSION_FILE="httpx/__version__.py"
if [ -d 'venv' ] ; then
PREFIX="venv/bin/"