File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3232 - uses : actions/upload-artifact@v2
3333 with :
3434 path : ./result_images
35+ name : images
3536
3637 dist :
3738 runs-on : ubuntu-latest
5960 - uses : actions/upload-artifact@v2
6061 with :
6162 path : dist/*
63+ name : dist
6264
6365 upload_pypi :
6466 needs : [tests, dist]
6769 steps :
6870 - uses : actions/download-artifact@v2
6971 with :
70- name : artifact
7172 path : dist
73+ name : dist
7274
7375 - uses : pypa/gh-action-pypi-publish@master
7476 with :
Original file line number Diff line number Diff line change 88 use_scm_version = True ,
99 description = "PGM rendering at its finest" ,
1010 long_description = open ("README.rst" ).read (),
11+ long_description_content_type = "text/x-rst" ,
1112 author = "Daft Developers" ,
12131314 url = "http://daft-pgm.org" ,
You can’t perform that action at this time.
0 commit comments