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 eae9b30 commit 99b9655
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
uses: snok/install-poetry@v1.3.1
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
uses: snok/install-poetry@v1.3.1
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
uses: snok/install-poetry@v1.3.1
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
with:
python-version: "3.10.7"
- name: Install Poetry Action
uses: snok/install-poetry@v1
uses: snok/install-poetry@v1.3.1
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
with:
name: Buzz-${{ runner.os }}
- name: Install Poetry Action
uses: snok/install-poetry@v1
uses: snok/install-poetry@v1.3.1
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand All @@ -329,7 +329,7 @@ jobs:
with:
submodules: recursive
- name: Install Poetry Action
uses: snok/install-poetry@v1.
uses: snok/install-poetry@v1.3.1
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down

0 comments on commit 99b9655

Please sign in to comment.