File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 DA_GCP_LABELBOX_API_KEY : ${{ secrets[matrix.da-test-key] }}
106106 LABELBOX_TEST_ENVIRON : prod
107107 run : |
108- rye add labelbox --path ./$(find ./dist/ -name *.tar.gz) --sync
108+ rye add labelbox --path ./$(find ./dist/ -name *.tar.gz) --sync --absolute
109109 cd libs/labelbox
110110 rm pyproject.toml
111111 rye run pytest tests/integration
@@ -116,7 +116,7 @@ jobs:
116116 DA_GCP_LABELBOX_API_KEY : ${{ secrets[matrix.da-test-key] }}
117117 LABELBOX_TEST_ENVIRON : prod
118118 run : |
119- rye add labelbox --path ./$(find ./dist/ -name *.tar.gz) --sync --features data
119+ rye add labelbox --path ./$(find ./dist/ -name *.tar.gz) --sync --absolute -- features data
120120 cd libs/labelbox
121121 rye run pytest tests/data
122122 pypi-publish :
Original file line number Diff line number Diff line change 6666 working-directory : libs/labelbox
6767 run : |
6868 VERSION=$(date +"%Y.%m.%d.%H.%M")
69- echo "pip install --index-url https://test.pypi.org/simple/ labelbox-test@$VERSION" >> "$GITHUB_STEP_SUMMARY"
69+ echo "pip install --index-url https://test.pypi.org/simple/ --extra-index-url=https://pypi.org/simple/ labelbox-test@$VERSION" >> "$GITHUB_STEP_SUMMARY"
7070 rye sync
7171 rye version "$VERSION"
7272 rye run toml set --toml-path pyproject.toml project.name labelbox-test
You can’t perform that action at this time.
0 commit comments