mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 13:53:43 +03:00
Adds pypi Github action
This commit is contained in:
parent
73d26c502b
commit
11e34167d2
6
.github/workflows/main.yml
vendored
Normal file
6
.github/workflows/main.yml
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
- name: Publish package to Pypi
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.pypi_password }}
|
Loading…
Reference in New Issue
Block a user