From dd3c87ece2ed81aa164eaf794753887b3ba576f2 Mon Sep 17 00:00:00 2001 From: Marek Otahal Date: Mon, 1 Jun 2020 16:04:44 +0200 Subject: [PATCH] example: small doc --- examples/github-deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/github-deployment.yml b/examples/github-deployment.yml index 5e7f6b3b..d3e1c422 100644 --- a/examples/github-deployment.yml +++ b/examples/github-deployment.yml @@ -1,4 +1,4 @@ -name: Build +name: GH Deploy on: [push, pull_request] @@ -36,7 +36,7 @@ jobs: name: wheels path: ./wheelhouse - - name: Publish to PyPI + - name: Publish to PyPI # (optional) automatically publish the whl to PyPI on a new tag/release if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master #see https://github.com/pypa/gh-action-pypi-publish for setup with: