Skip to content

Commit f77b92b

Browse files
author
Jacob Anderson
committed
use current dir dist
1 parent fa6c356 commit f77b92b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.harness/publish_python_sdk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@ pipeline:
275275
pip3 install twine==3.3.0
276276
python3 setup.py sdist
277277
echo "checking dist files at '/indico-client/dist/*'"
278-
twine check /indico-client/dist/*
278+
twine check dist/*
279279
echo "uploading pre-release ${TAG}"
280-
twine upload -u __token__ -p <+stage.variables.pypi_token> /indico-client/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)