Merge branch 'master' of github.com:kennethreitz/bashfile

This commit is contained in:
2019-09-16 08:26:51 -04:00
+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 }}