We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a253aa commit 003c445Copy full SHA for 003c445
1 file changed
.github/workflows/setup.yaml
@@ -49,7 +49,7 @@ jobs:
49
50
rm -rf tmp_wheels tmp_unzip
51
git add src/ultralytics/
52
- git commit -m "Reset to community ultralytics v8.3.39 from GitHub"
+ git commit --allow-empty -m "Reset to community ultralytics v8.3.39 from GitHub"
53
git push origin
54
55
- name: Vendor from MALCONTENT_SAMPLES_PYPI
@@ -61,7 +61,7 @@ jobs:
61
cp -pr malcontent-samples-ultralytics/v8.3.40/* src/ultralytics/
62
63
git commit -m "Vendored ultralytics from malcontent-samples"
64
- git push origin main
+ git push origin
65
66
- name: Auth for Chainguard Libraries
67
if: env.LIBRARY_SOURCE == 'CHAINGUARD_LIBRARIES'
@@ -90,4 +90,4 @@ jobs:
90
91
92
git commit -m "Vendored ultralytics from Chainguard Libraries"
93
0 commit comments