Fix VERSION_FILE in publish script. (#916)
This commit is contained in:
parent
8710079d5d
commit
30102612b7
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
VERSION_FILE="httpx/__init__.py"
|
||||
VERSION_FILE="httpx/__version__.py"
|
||||
|
||||
if [ -d 'venv' ] ; then
|
||||
PREFIX="venv/bin/"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user