mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-30 12:22:58 +00:00
10 lines
334 B
Bash
10 lines
334 B
Bash
#!/bin/bash
|
|
|
|
######################################################################
|
|
# Script that performs PyPi packaging test.
|
|
#
|
|
# @author Deezer Research <research@deezer.com>
|
|
# @version 1.0.0
|
|
######################################################################
|
|
|
|
twine upload --repository-url https://test.pypi.org/legacy/ dist/* |