django-rest-auth/.github/workflows/main.yml

15 lines
351 B
YAML
Raw Normal View History

2020-08-16 19:25:48 +03:00
name: Greet Everyone
on: [push]
jobs:
build:
name: Publish
runs-on: ubuntu-latest
steps:
- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.pypi_password }}