Skip to content

Commit

Permalink
update version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed Jun 12, 2020
1 parent 7bc5532 commit 73b7534
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
with:
python-version: '3.x'
- uses: dschep/[email protected]
- 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 }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aerich"
version = "0.1.9"
version = "0.2.0"
description = "A database migrations tool for Tortoise ORM."
authors = ["long2ice <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 73b7534

Please sign in to comment.