Skip to content

Commit 93a59a4

Browse files
authored
Merge pull request #27 from yambottle/main
Fix: GitHub Actions build failed for PyPI release #26
2 parents 8c41ea6 + bad6c16 commit 93a59a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Compile image
4848
run: |
4949
export PKG_NAME=$(python3 -c "print([p for p in __import__('setuptools').find_packages() if '.' not in p][0])")
50-
export PKG_VERSION=$(cat ${PKG_NAME}/version.py | awk -F\' '/__version__ = / {print $2}')
50+
export PKG_VERSION=$(cat ${PKG_NAME}/version.py | awk -F\" '/__version__ = / {print $2}')
5151
export HOST_UID=$(id -u)
5252
docker-compose -f docker-compose-build.yaml up --exit-code-from element --build
5353
IMAGE=$(docker images --filter "reference=datajoint/${PKG_NAME}*" \

0 commit comments

Comments
 (0)