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 93a59a4 + c9f9113 commit 66e949eCopy full SHA for 66e949e
.github/workflows/development.yaml
@@ -86,7 +86,7 @@ jobs:
86
run: |
87
PKG_NAME=$(python3 -c "print([p for p in __import__('setuptools').find_packages() if '.' not in p][0])")
88
SDIST_PKG_NAME=$(echo ${PKG_NAME} | sed 's|_|-|g')
89
- PKG_VERSION=$(cat ${PKG_NAME}/version.py | awk -F\' '/__version__ = / {print $2}')
+ PKG_VERSION=$(cat ${PKG_NAME}/version.py | awk -F\" '/__version__ = / {print $2}')
90
echo "PKG_NAME=${PKG_NAME}" >> $GITHUB_ENV
91
echo "PKG_VERSION=${PKG_VERSION}" >> $GITHUB_ENV
92
echo "SDIST_PKG_NAME=${SDIST_PKG_NAME}" >> $GITHUB_ENV
0 commit comments