Release v1.4.

This commit is contained in:
Fangjun Kuang 2021-07-19 12:39:00 +08:00
parent f110be1558
commit 12780a44d8
5 changed files with 16 additions and 16 deletions

View File

@ -17,15 +17,9 @@
name: Publish to PyPI name: Publish to PyPI
on: on:
# push:
# tags:
# - '*'
push: push:
branches: tags:
- master - '*'
pull_request:
branches:
- master
jobs: jobs:
pypi: pypi:
@ -113,12 +107,12 @@ 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 - name: Upload Wheel
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2

View File

@ -106,7 +106,7 @@ jobs:
mkdir build_release mkdir build_release
cd build_release cd build_release
cmake .. cmake ..
make -j make VERBOSE=1
- name: Run tests - name: Run tests
shell: bash shell: bash

View File

@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
project(kaldifeat) project(kaldifeat)
set(kaldifeat_VERSION "1.3") set(kaldifeat_VERSION "1.4")
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")

View File

@ -1,5 +1,10 @@
# kaldifeat # kaldifeat
<div align="center">
<img src="/doc/source/images/os.svg">
</div>
<sub> <sub>
<table> <table>
<tr> <tr>

1
doc/source/images/os.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="118" height="20" role="img" aria-label="OS: Linux | macOS"><title>OS: Linux | macOS</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="118" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="27" height="20" fill="#555"/><rect x="27" width="91" height="20" fill="#4c1"/><rect width="118" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="145" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="170">OS</text><text x="145" y="140" transform="scale(.1)" fill="#fff" textLength="170">OS</text><text aria-hidden="true" x="715" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="810">Linux | macOS</text><text x="715" y="140" transform="scale(.1)" fill="#fff" textLength="810">Linux | macOS</text></g></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB