Skip to content

Commit

Permalink
[skip-ci] skip pypi condition
Browse files Browse the repository at this point in the history
  • Loading branch information
fradav committed Nov 3, 2020
1 parent 9b1946b commit 4594cef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ jobs:
path: dist/*.tar.gz
upload_pypi:
needs: [job, build_sdist]
if: "contains(toJSON(github.event.commits.*.message), '[pypi]')"
runs-on: ubuntu-latest
# upload to PyPI on every tag starting with 'v'
# if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
Expand Down

0 comments on commit 4594cef

Please sign in to comment.