We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74b0e6 commit bc401a7Copy full SHA for bc401a7
1 file changed
dev/tasks/README.md
@@ -150,14 +150,14 @@ The script accepts a pattern as a first argument to narrow the build scope:
150
Run multiple builds:
151
152
```bash
153
-$ python crossbow.py submit debian-stretch conda-linux wheel-win
+$ python crossbow.py submit debian-stretch conda-linux-py36 wheel-win-py36
154
Repository: https://github.com/kszucs/arrow@tasks
155
Commit SHA: 810a718836bb3a8cefc053055600bdcc440e6702
156
Version: 0.9.1.dev48+g810a7188.d20180414
157
Pushed branches:
158
- debian-stretch
159
- - conda-linux
160
- - wheel-win
+ - conda-linux-py36
+ - wheel-win-py36
161
```
162
163
Just render without applying or committing the changes:
0 commit comments