updated version
This commit is contained in:
@@ -46,7 +46,7 @@ jobs:
|
|||||||
pip install -U setuptools
|
pip install -U setuptools
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
python3 -m pip install --no-deps --pre --index-url https://test.pypi.org/simple/ scraibe>=0.1.3
|
python3 -m pip install --no-deps --pre --index-url https://test.pypi.org/simple/ scraibe>=0.1.3
|
||||||
|
python3 -m -c "import scraibe; print(scraibe.__version__)"
|
||||||
|
|
||||||
# publish-to-pypi:
|
# publish-to-pypi:
|
||||||
# name: Conditional Publish to PyPI or Dev Repository
|
# name: Conditional Publish to PyPI or Dev Repository
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
name: Run Tests
|
name: Run Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
#push:
|
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ['main', 'develop']
|
branches: ['main', 'develop']
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -30,10 +28,7 @@ jobs:
|
|||||||
sudo apt-get install libsndfile1-dev
|
sudo apt-get install libsndfile1-dev
|
||||||
sudo apt-get install ffmpeg
|
sudo apt-get install ffmpeg
|
||||||
pip install pytest
|
pip install pytest
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Run pytest
|
- name: Run pytest
|
||||||
env:
|
env:
|
||||||
HF_TOKEN : ${{ secrets.HF_TOKEN }}
|
HF_TOKEN : ${{ secrets.HF_TOKEN }}
|
||||||
|
|||||||
+3
-4
@@ -7,7 +7,6 @@ from .diarisation import *
|
|||||||
from .misc import *
|
from .misc import *
|
||||||
|
|
||||||
from .cli import *
|
from .cli import *
|
||||||
|
|
||||||
# set __version__ attribute
|
from ._version import __version__
|
||||||
|
|
||||||
__version__ = "0.0.0"
|
|
||||||
|
|||||||
@@ -1,3 +1 @@
|
|||||||
# set __version__ attribute
|
|
||||||
|
|
||||||
__version__ = "0.0.0"
|
__version__ = "0.0.0"
|
||||||
Reference in New Issue
Block a user