mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 05:43:44 +03:00
Workflow tweak
This commit is contained in:
parent
11e34167d2
commit
bdc2a5c213
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
- name: Publish package to Pypi
|
||||
- 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 }}
|
||||
password: ${{ secrets.pypi_password }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user