We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfd25d commit 05b2bebCopy full SHA for 05b2beb
.github/workflows/pypi-publish.yml
@@ -8,8 +8,8 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Clone
11
- if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
12
- uses: actions/checkout@v1
+ if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
+ uses: actions/checkout@v1
13
- name: Build package
14
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
15
run: |
0 commit comments