update version 0.2.0

This commit is contained in:
long2ice
2020-06-12 17:53:17 +08:00
parent 7bc553221a
commit 73b75349ee
2 changed files with 7 additions and 3 deletions

View File

@@ -12,6 +12,10 @@ jobs:
with:
python-version: '3.x'
- uses: dschep/install-poetry-action@v1.3
- name: Build dists
run: make build
- name: Pypi Publish
run: |
make publish
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.pypi_password }}