mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 06:28:23 +00:00
This comes at the expense of only functioning on the current working tree. (imported from commit a92dd47f0cc4d47858c2ea678d86ceb9458a6fe5)
6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/bin/sh -x
|
|
|
|
cd api/
|
|
python setup.py sdist
|
|
echo API tarball written to api/dist
|