Skip to content

Commit

Permalink
Update pipeline Python SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
goatrocks committed Aug 16, 2024
1 parent e19c71a commit 1934092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .harness/publish_python_sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ pipeline:
shell: Sh
command: |-
#!/bin/bash
git checkout <+trigger.tag>
git checkout <+pipeline.branch>
rm -rf /indico-client/dist
pip3 install twine==3.3.0
python3 setup.py sdist
Expand Down

0 comments on commit 1934092

Please sign in to comment.