mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +00:00
refactor: Makefile
test: improve separator test test: start pypi dist test
This commit is contained in:
10
tests/test_pypi_sdist.sh
Normal file
10
tests/test_pypi_sdist.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/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/*
|
||||
Reference in New Issue
Block a user