update workflows

This commit is contained in:
long2ice
2021-10-19 11:56:51 +08:00
parent c3be2eca19
commit 4faa5b7101
4 changed files with 16 additions and 27 deletions

View File

@@ -11,10 +11,9 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Install and configure Poetry
uses: snok/install-poetry@v1.1.1
with:
virtualenvs-create: false
- uses: abatilo/actions-poetry@v2.1.3
- name: Config poetry
run: poetry config experimental.new-installer false
- name: Build dists
run: make build
- name: Pypi Publish