Skip to content

Commit c1f5cf9

Browse files
committed
CI: fix publish action
1 parent 09770b0 commit c1f5cf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python_publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
- name: Setup Python
13-
uses: actions/setup-python@v4
11+
- uses: actions/checkout@v3
12+
- name: Setup Python
13+
uses: actions/setup-python@v4
1414
with:
1515
python-version: '3.x'
1616
- name: Install dependencies

0 commit comments

Comments
 (0)