update pypi.yml

This commit is contained in:
long2ice
2021-01-06 10:38:30 +08:00
parent 7f2ebfc494
commit c9e03ed9af

View File

@@ -11,7 +11,10 @@ jobs:
- uses: actions/setup-python@v1 - uses: actions/setup-python@v1
with: with:
python-version: '3.x' python-version: '3.x'
- uses: dschep/install-poetry-action@v1.3 - name: Install and configure Poetry
uses: snok/install-poetry@v1.1.1
with:
virtualenvs-create: false
- name: Build dists - name: Build dists
run: make build run: make build
- name: Pypi Publish - name: Pypi Publish