Skip to content

Commit 76cf986

Browse files
committed
fix: pypi.yml
1 parent f1009c3 commit 76cf986

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
publish:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-python@v2
10+
- uses: actions/checkout@v3
11+
- uses: actions/setup-python@v4
1212
with:
1313
python-version: '3.x'
1414
- name: Install and configure Poetry
15-
uses: snok/install-poetry@v1.1.1
16-
with:
17-
virtualenvs-create: false
15+
run: |
16+
pip install -U pip poetry
17+
poetry config virtualenvs.create false
1818
- name: Build dists
1919
run: make build
2020
- name: Pypi Publish

0 commit comments

Comments
 (0)