update poetry in github actions

This commit is contained in:
long2ice
2020-11-17 10:35:51 +08:00
parent a1c10ff330
commit c2eb4dc9e3
2 changed files with 4 additions and 4 deletions

View File

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