Skip to content

Commit 05b2beb

Browse files
author
Will McGinnis
committed
Update pypi-publish.yml
1 parent fdfd25d commit 05b2beb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Clone
11-
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
12-
uses: actions/checkout@v1
11+
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
12+
uses: actions/checkout@v1
1313
- name: Build package
1414
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
1515
run: |

0 commit comments

Comments
 (0)