RvcPyInfer 0.1.0__tar.gz → 0.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/.github/workflows/release.yml +4 -4
  2. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/PKG-INFO +1 -1
  3. rvcpyinfer-0.1.3/src/RvcPyInfer/_version.py +1 -0
  4. rvcpyinfer-0.1.0/src/RvcPyInfer/_version.py +0 -1
  5. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/.gitignore +0 -0
  6. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/.python-version +0 -0
  7. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/README.md +0 -0
  8. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/license +0 -0
  9. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/pyproject.toml +0 -0
  10. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/InferProviders.py +0 -0
  11. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/InferTask.py +0 -0
  12. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/RvcContext.py +0 -0
  13. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/__init__.py +0 -0
  14. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/__main__.py +0 -0
  15. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/audio/audio_utils.py +0 -0
  16. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/cli.py +0 -0
  17. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/error/InferEnvError.py +0 -0
  18. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/error/NotSupportedAlgorithmError.py +0 -0
  19. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/f0_utils.py +0 -0
  20. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/index/RvcFeatIndex.py +0 -0
  21. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/infer_env.py +0 -0
  22. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/onnx/ContentVec.py +0 -0
  23. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/onnx/ModelSimplePool.py +0 -0
  24. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/onnx/RvcGen.py +0 -0
  25. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/onnx/export/Exporter.py +0 -0
  26. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/onnx/export/cli.py +0 -0
  27. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/onnx/export/direct_read_sr.py +0 -0
  28. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/onnx/model_loader.py +0 -0
  29. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/ov/OVCoreSingleton.py +0 -0
  30. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/path_utils.py +0 -0
  31. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/resource/template/export_onnx.py +0 -0
  32. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/type_alist.py +0 -0
  33. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/warn/InferEnvWarn.py +0 -0
  34. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/warn/InferModelWarn.py +0 -0
  35. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/src/RvcPyInfer/warn/InferWarn.py +0 -0
  36. {rvcpyinfer-0.1.0 → rvcpyinfer-0.1.3}/uv.lock +0 -0
@@ -10,10 +10,10 @@ jobs:
10
10
  runs-on: ubuntu-latest
11
11
  steps:
12
12
  - name: Checkout code
13
- uses: actions/checkout@v4
13
+ uses: actions/checkout@v6
14
14
 
15
15
  - name: Setup uv
16
- uses: astral-sh/setup-uv@v6
16
+ uses: astral-sh/setup-uv@v8.3.2
17
17
  with:
18
18
  enable-cache: true
19
19
 
@@ -35,10 +35,10 @@ jobs:
35
35
  contents: write
36
36
  steps:
37
37
  - name: Checkout code
38
- uses: actions/checkout@v4
38
+ uses: actions/checkout@v6
39
39
 
40
40
  - name: Setup uv
41
- uses: astral-sh/setup-uv@v6
41
+ uses: astral-sh/setup-uv@v8.3.2
42
42
  with:
43
43
  enable-cache: true
44
44
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: RvcPyInfer
3
- Version: 0.1.0
3
+ Version: 0.1.3
4
4
  Summary: Rvc 的 ONNX 模型导出格式推理实现
5
5
  Project-URL: Homepage, https://github.com/TwoCreepers/RvcPyInfer
6
6
  Project-URL: Repository, https://github.com/TwoCreepers/RvcPyInfer
@@ -0,0 +1 @@
1
+ __version__ = "0.1.3"
@@ -1 +0,0 @@
1
- __version__ = "0.1.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes