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.
2 parents bfa405b + 06c6dec commit 5223b06Copy full SHA for 5223b06
1 file changed
src/scripts/wagon.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
make compile
3
make wheels
4
-wagon create -r requirements.txt --build-tag "manylinux" -vvv -f -a "--find-links /workspace/build" --output-directory ~/project/ ~/project/
+wagon create --add-file plugin.yaml -r requirements.txt --build-tag "manylinux" -vvv -f -a "--find-links /workspace/build" --output-directory ~/project/ ~/project/
0 commit comments