Skip to content

Commit

Permalink
fix: pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed Mar 15, 2023
1 parent f1009c3 commit 76cf986
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install and configure Poetry
uses: snok/[email protected]
with:
virtualenvs-create: false
run: |
pip install -U pip poetry
poetry config virtualenvs.create false
- name: Build dists
run: make build
- name: Pypi Publish
Expand Down

0 comments on commit 76cf986

Please sign in to comment.