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:
105
105
DA_GCP_LABELBOX_API_KEY : ${{ secrets[matrix.da-test-key] }}
106
106
LABELBOX_TEST_ENVIRON : prod
107
107
run : |
108
- rye add labelbox --path ./$(find ./dist/ -name *.tar.gz) --sync
108
+ rye add labelbox --path ./$(find ./dist/ -name *.tar.gz) --sync --absolute
109
109
cd libs/labelbox
110
110
rm pyproject.toml
111
111
rye run pytest tests/integration
@@ -116,7 +116,7 @@ jobs:
116
116
DA_GCP_LABELBOX_API_KEY : ${{ secrets[matrix.da-test-key] }}
117
117
LABELBOX_TEST_ENVIRON : prod
118
118
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
120
120
cd libs/labelbox
121
121
rye run pytest tests/data
122
122
pypi-publish :
Original file line number Diff line number Diff line change 66
66
working-directory : libs/labelbox
67
67
run : |
68
68
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"
70
70
rye sync
71
71
rye version "$VERSION"
72
72
rye run toml set --toml-path pyproject.toml project.name labelbox-test
You can’t perform that action at this time.
0 commit comments