updated version

This commit is contained in:
Schmieder, Jacob
2024-05-21 07:48:49 +00:00
parent d43a7863c3
commit 54ef452051
4 changed files with 5 additions and 13 deletions
+1 -1
View File
@@ -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 -6
View File
@@ -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
View File
@@ -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"
-2
View File
@@ -1,3 +1 @@
# set __version__ attribute
__version__ = "0.0.0" __version__ = "0.0.0"