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 f77b92b commit d15ace3Copy full SHA for d15ace3
.harness/publish_python_sdk.yaml
@@ -274,10 +274,10 @@ pipeline:
274
rm -rf /indico-client/dist
275
pip3 install twine==3.3.0
276
python3 setup.py sdist
277
- echo "checking dist files at '/indico-client/dist/*'"
278
- twine check dist/*
+ echo "checking dist files at '.dist/*'"
+ twine check .dist/*
279
echo "uploading pre-release ${TAG}"
280
- twine upload -u __token__ -p <+stage.variables.pypi_token> dist/*
+ twine upload -u __token__ -p <+stage.variables.pypi_token> .dist/*
281
when:
282
stageStatus: Success
283
condition: <+pipeline.variables.RUN_PRERELEASE> == "TRUE"
0 commit comments