Skip to content

Commit d75e4c3

Browse files
committed
Diagnostic
1 parent fce979c commit d75e4c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure-pipelines/update-package-version

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ REAL_VERSION=${VERSION%.0}.${DEPTH}
2020
echo Setting package version from ${VERSION} to ${REAL_VERSION}
2121
sed -i "s/^__version__ =.*/__version__ = \"${REAL_VERSION}\"/" dials_data/__init__.py
2222
sed -i 's/^version = .*$/version = "${REAL_VERSION}"/' pyproject.toml
23+
cat pyproject.toml
2324

2425
COMMIT=$(git rev-parse --verify HEAD)
2526
echo Setting package commit to ${COMMIT}

0 commit comments

Comments
 (0)