mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-03 06:13:43 +03:00
Adds complete yaml for GH Action
This commit is contained in:
parent
bdc2a5c213
commit
d37bcab8dc
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -1,3 +1,11 @@
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user