Skip to content

Commit d15ace3

Browse files
author
Jacob Anderson
committed
update comment
1 parent f77b92b commit d15ace3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.harness/publish_python_sdk.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,10 @@ pipeline:
274274
rm -rf /indico-client/dist
275275
pip3 install twine==3.3.0
276276
python3 setup.py sdist
277-
echo "checking dist files at '/indico-client/dist/*'"
278-
twine check dist/*
277+
echo "checking dist files at '.dist/*'"
278+
twine check .dist/*
279279
echo "uploading pre-release ${TAG}"
280-
twine upload -u __token__ -p <+stage.variables.pypi_token> dist/*
280+
twine upload -u __token__ -p <+stage.variables.pypi_token> .dist/*
281281
when:
282282
stageStatus: Success
283283
condition: <+pipeline.variables.RUN_PRERELEASE> == "TRUE"

0 commit comments

Comments
 (0)