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 fa6c356 commit f77b92bCopy full SHA for f77b92b
.harness/publish_python_sdk.yaml
@@ -275,9 +275,9 @@ pipeline:
275
pip3 install twine==3.3.0
276
python3 setup.py sdist
277
echo "checking dist files at '/indico-client/dist/*'"
278
- twine check /indico-client/dist/*
+ twine check dist/*
279
echo "uploading pre-release ${TAG}"
280
- twine upload -u __token__ -p <+stage.variables.pypi_token> /indico-client/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