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 68dbaa6 commit 1c58b4aCopy full SHA for 1c58b4a
scripts/build.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-VERSION=$(grep -o "__version__.*" socketdev/version.py | awk '{print $3}' | sed 's/"//g' | sed "s/'//g" | tr -d '\r')
+VERSION=$(grep -o "__version__.*" socketdev/__init__.py | awk '{print $3}' | sed 's/"//g' | sed "s/'//g" | tr -d '\r')
4
ENABLE_PYPI_BUILD=$1
5
6
if [ -z $ENABLE_PYPI_BUILD ]; then
0 commit comments