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 f21a989 commit fa6875bCopy full SHA for fa6875b
.github/workflows/build-artifacts.yml
@@ -187,7 +187,7 @@ jobs:
187
if [[ "${{ inputs.staging }}" == "false" ]]; then
188
sed \
189
-i.old \
190
- "s|@ git+https://github.com/dstackai/dstack.git@master|== ${{ inputs.version }}|" \
+ "s|@ https://github.com/dstackai/dstack/archive/refs/heads/master.tar.gz|== ${{ inputs.version }}|" \
191
pyproject.toml
192
diff pyproject.toml pyproject.toml.old > /dev/null && echo "Could not set version" && exit 1
193
fi
0 commit comments