Skip to content

Commit

Permalink
Add publish PyPI step
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Oct 28, 2023
1 parent 2203dc8 commit 644e998
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python-version: "3.10.7"

- name: Install Poetry Action
uses: snok/install-poetry@v1.3.1
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
python-version: "3.10.7"

- name: Install Poetry Action
uses: snok/install-poetry@v1.3.1
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
python-version: "3.10.7"

- name: Install Poetry Action
uses: snok/install-poetry@v1.3.1
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
with:
submodules: recursive
- name: Install Poetry Action
uses: snok/install-poetry@v1.3.1
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
with:
name: Buzz-${{ runner.os }}
- name: Install Poetry Action
uses: snok/install-poetry@v1.3.1
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand All @@ -328,7 +328,7 @@ jobs:
with:
submodules: recursive
- name: Install Poetry Action
uses: snok/install-poetry@v1.3.1
uses: snok/install-poetry@v1.
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down

0 comments on commit 644e998

Please sign in to comment.