Skip to content

Commit

Permalink
version to 0.9.15.2
Browse files Browse the repository at this point in the history
add wheel for all platforms
  • Loading branch information
yangyaofei committed Nov 16, 2023
1 parent 8a7711a commit 37f3e9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
# python setup.py clean --all bdist_wheel --plat-name any
python setup.py clean --all bdist_wheel --plat-name any
python setup.py clean --all bdist_wheel --plat-name manylinux2014_x86_64
python setup.py clean --all bdist_wheel --plat-name manylinux2014_aarch64
python setup.py clean --all bdist_wheel --plat-name win_amd64
Expand Down
2 changes: 1 addition & 1 deletion nlpir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import functools
from .exception import NLPIRException

__version__ = "0.9.15.1"
__version__ = "0.9.15.2"
PACKAGE_DIR = os.path.abspath(os.path.dirname(__file__))
logger = logging.getLogger("nlpir")

Expand Down

0 comments on commit 37f3e9e

Please sign in to comment.