forked from kiss-community/repo
5 lines
115 B
Bash
Executable File
5 lines
115 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2
|
|
python -m installer -d "$1" .dist/*.whl
|