mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-30 20:24:31 +00:00
feat: add detailed ffprobe logs
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
# coding: utf8
|
||||
|
||||
""" TO DOCUMENT """
|
||||
""" Unit testing package. """
|
||||
|
||||
__email__ = 'research@deezer.com'
|
||||
__author__ = 'Deezer Research'
|
||||
__license__ = 'MIT License'
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
#!/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