Skip to content

Commit 003c445

Browse files
Update setup.yaml
Signed-off-by: John Osborne <josborne@chainguard.dev>
1 parent 9a253aa commit 003c445

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/setup.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
rm -rf tmp_wheels tmp_unzip
5151
git add src/ultralytics/
52-
git commit -m "Reset to community ultralytics v8.3.39 from GitHub"
52+
git commit --allow-empty -m "Reset to community ultralytics v8.3.39 from GitHub"
5353
git push origin
5454
5555
- name: Vendor from MALCONTENT_SAMPLES_PYPI
@@ -61,7 +61,7 @@ jobs:
6161
cp -pr malcontent-samples-ultralytics/v8.3.40/* src/ultralytics/
6262
git add src/ultralytics/
6363
git commit -m "Vendored ultralytics from malcontent-samples"
64-
git push origin main
64+
git push origin
6565
6666
- name: Auth for Chainguard Libraries
6767
if: env.LIBRARY_SOURCE == 'CHAINGUARD_LIBRARIES'
@@ -90,4 +90,4 @@ jobs:
9090

9191
git add src/ultralytics/
9292
git commit -m "Vendored ultralytics from Chainguard Libraries"
93-
git push origin main
93+
git push origin

0 commit comments

Comments
 (0)