File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1- name : lint
1+ name : Lint
22
33on :
44 push :
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 gh release create
105105 '${{ github.ref_name }}'
106106 --repo '${{ github.repository }}'
107- --notes ""
107+ --generate- notes
108108 - name : Upload artifact signatures to GitHub Release
109109 env :
110110 GITHUB_TOKEN : ${{ github.token }}
@@ -141,3 +141,13 @@ jobs:
141141 with :
142142 repository-url : https://test.pypi.org/legacy/
143143 skip-existing : true
144+
145+ notify-django-packages :
146+ name : Notify Django Packages
147+ runs-on : ubuntu-latest
148+ needs :
149+ - publish-to-pypi
150+ steps :
151+ - name : Notify Django Packages
152+ run :
153+ curl -X GET "https://djangopackages.org/packages/django-typer/fetch-data/"
Original file line number Diff line number Diff line change 1- name : test
1+ name : Test
22
33on :
44 push :
You can’t perform that action at this time.
0 commit comments