Skip to content

Commit 62f6292

Browse files
committed
update order of steps
1 parent 9ff89f4 commit 62f6292

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish_to_pypi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
15+
16+
- name: Install dependencies
17+
run: |
18+
pipx install poetry
19+
poetry install
1520
1621
- name: Set up Python
1722
uses: actions/setup-python@v4
1823
with:
1924
python-version: 3.11
2025
cache: 'poetry'
2126

22-
- name: Install dependencies
23-
run: |
24-
pipx install poetry
25-
poetry install
26-
2727
- name: Build
2828
run: |
2929
poetry build

0 commit comments

Comments
 (0)