mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-12 03:22:17 +00:00
Release v0.2
This commit is contained in:
parent
59c26b0cca
commit
1eb5c5026f
18
.github/workflows/publish_to_pypi.yml
vendored
18
.github/workflows/publish_to_pypi.yml
vendored
@ -83,9 +83,15 @@ jobs:
|
|||||||
python3 setup.py bdist_wheel --python-tag=py${tag}
|
python3 setup.py bdist_wheel --python-tag=py${tag}
|
||||||
ls -lh dist/
|
ls -lh dist/
|
||||||
|
|
||||||
# - name: Publish wheels to PyPI
|
- name: Publish wheels to PyPI
|
||||||
# env:
|
env:
|
||||||
# TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||||
# TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||||
# run: |
|
run: |
|
||||||
# twine upload dist/kaldifeat-*.whl
|
twine upload dist/kaldifeat-*.whl
|
||||||
|
|
||||||
|
- name: Upload Wheel
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-${{ matrix.os }}
|
||||||
|
path: dist/*.whl
|
||||||
|
@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
|
|||||||
|
|
||||||
project(kaldifeat)
|
project(kaldifeat)
|
||||||
|
|
||||||
set(kaldifeat_VERSION "1.0")
|
set(kaldifeat_VERSION "0.2")
|
||||||
|
|
||||||
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
|
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
|
||||||
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
|
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user