Browse Source

fix quotes

pull/3/head v0.2.0
Brett Langdon 5 years ago
parent
commit
594d6b062e
Signed by: brettlangdon GPG Key ID: A70042D88B95AA2B
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml View File

@ -40,7 +40,7 @@ jobs:
upload_pypi:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
if: github.event_name == "push" && startsWith(github.ref, "refs/tags")
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/download-artifact@v2
with:


Loading…
Cancel
Save