example: small doc

This commit is contained in:
Marek Otahal
2020-06-01 16:04:44 +02:00
parent 63f7a2ddc4
commit dd3c87ece2
+2 -2
View File
@@ -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: