Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
harishsiravuri committed Oct 19, 2023
1 parent 9ad6127 commit 7cb73f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: '3.10'

- name: Install Python Poetry
uses: abatilo/actions-poetry@v2.3.0
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
steps:
- uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: '3.10'

- name: Install Python Poetry
uses: abatilo/actions-poetry@v2.3.0
Expand Down

0 comments on commit 7cb73f5

Please sign in to comment.