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 a60d484 commit 861dd82Copy full SHA for 861dd82
.github/workflows/main.yml
@@ -67,7 +67,7 @@ jobs:
67
env:
68
PYPI_VERSION: ${{ steps.read_version.outputs.pypi_version }}
69
run: |
70
- INSTALLED_VERSION="$(python3 -m netfoundry.version)""
+ INSTALLED_VERSION="$(python3 -m netfoundry.version)"
71
if ! [[ ${PYPI_VERSION} == ${INSTALLED_VERSION#v} ]]; then
72
echo "ERROR: PyPi and installed version do not match." >&2
73
exit 1
0 commit comments