2020-08-16 19:23:11 +03:00
|
|
|
- name: Publish package
|
2020-08-16 19:10:25 +03:00
|
|
|
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
|
|
|
|
uses: pypa/gh-action-pypi-publish@master
|
|
|
|
with:
|
|
|
|
user: __token__
|
2020-08-16 19:23:11 +03:00
|
|
|
password: ${{ secrets.pypi_password }}
|