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
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
gh release create
105
105
'${{ github.ref_name }}'
106
106
--repo '${{ github.repository }}'
107
- --notes ""
107
+ --generate- notes
108
108
- name : Upload artifact signatures to GitHub Release
109
109
env :
110
110
GITHUB_TOKEN : ${{ github.token }}
@@ -141,3 +141,13 @@ jobs:
141
141
with :
142
142
repository-url : https://test.pypi.org/legacy/
143
143
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
2
2
3
3
on :
4
4
push :
You can’t perform that action at this time.
0 commit comments