Create publish-pypi.yaml

This commit is contained in:
2019-09-16 08:23:55 -04:00
committed by GitHub
parent 65055204ca
commit 7a4b0d8b8c
+8
View File
@@ -0,0 +1,8 @@
- name: Publish Cake wheel+sdist distribution to PyPI
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.pypi_password }}