Skip to content

Commit

Permalink
Merge pull request #18 from i3thuan5/出新版
Browse files Browse the repository at this point in the history
出新版
  • Loading branch information
a8568730 authored Jan 9, 2023
2 parents b0c58b9 + 2dcb5d8 commit 6ff848f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
29 changes: 17 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
dist: xenial
dist: jammy
language: python
python:
- '3.6'
- '3.8'
- '3.9'
env:
matrix:
- TOX_ENV=test
Expand All @@ -15,13 +16,17 @@ install:
- pip install setuptools --upgrade
script:
- tox -e $TOX_ENV
deploy:
provider: pypi
skip_cleanup: true
user: "__token__"
password:
secure: F7FzSyTUmyRmgmSHnnHrzIuVovZLplPaJwPeOtjvJ+3vYoLOd8vpbCO2+cvIfGzJAigxbc7QX3J5zSxXTioyQQ92Bb8yYkGqWD2vay64TW4waRcWHSif40b+s6/A/7cwJJru0llbPVFRXWGoBE14zzbshoD25My4pucM8JyvL4uXbXZzTKytBKSgXS7wqfdI5WivEkNvGJcuWqUoneHOvKoxjn0pbaPkFSvkRGEX6IdrloRYlBASO8juUVbeMk6a+bQTlccZ74Xbz+zfQItGO7UJTgC+pFiVbKM3VNbuU9+EktdHP/I5pRCRjICIjkWQG01jh0+WklOyfPtYZhyhRAsYzzSwMHtBaX2mwJepbiatTCwqF3PTvY6F0vQOWsVbcc9k41R+8svMgktsU4SrcybeyiQgeZk+FE4zrkysIUX0oYSBXt5ftwSBpqolhZ2ef3PepHd4y895oDwFkse/bLxYis6+UZz/LmbBUIqpzUTj/Sp9kElib/kI1QC5uEztPHfCmiNrPQjOFgnZg6Lk9IbIkYiIHrbPe3SqfgF73DxsnZsxUFZSogNAIA6qUkB5lwVz1Nt2cGZk8J7+bfvyae1y4umRrEvPBOlPPU4xqj5cyhNM7mia26+qu8RddNYvT5n4vBCcovzuRxBOeeLTY4+DreD8DairvuZlpV69DdA=
on:
tags: true
distributions: sdist bdist_wheel
condition: $TOX_ENV = test
jobs:
include:
- stage: deploy
python: '3.9'
install: skip
script: skip # skip test scripts
deploy:
provider: pypi
skip_cleanup: true
user: "__token__"
password: ${PYPI_API_TOKEN}
on:
tags: true
distributions: sdist bdist_wheel
2 changes: 1 addition & 1 deletion panpun.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PANPUN = '1.3.0'
PANPUN = '1.3.1'
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
'Parser', 'Alignment', 'Taigi', 'Hanji', 'Lomaji',
],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Operating System :: Unix',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Text Processing',
'Topic :: Text Processing :: Linguistic',
],
Expand Down

0 comments on commit 6ff848f

Please sign in to comment.