Skip to content

Commit 5659daa

Browse files
author
Will McGinnis
committed
Update pypi-publish.yml
1 parent 2a566d7 commit 5659daa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
- name: Clone
1111
uses: actions/checkout@v1
1212
- name: Set up Python 3.7
13-
uses: actions/setup-python@v1
14-
with:
15-
python-version: 3.7
13+
uses: actions/setup-python@v1
14+
with:
15+
python-version: 3.7
1616
- name: Build package
1717
run: |
1818
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)