Skip to content

Commit ee3acd6

Browse files
committed
fixing artifact names
1 parent a40eb56 commit ee3acd6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- uses: actions/upload-artifact@v2
3333
with:
3434
path: ./result_images
35+
name: images
3536

3637
dist:
3738
runs-on: ubuntu-latest
@@ -59,6 +60,7 @@ jobs:
5960
- uses: actions/upload-artifact@v2
6061
with:
6162
path: dist/*
63+
name: dist
6264

6365
upload_pypi:
6466
needs: [tests, dist]
@@ -67,8 +69,8 @@ jobs:
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:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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",
1213
author_email="[email protected]",
1314
url="http://daft-pgm.org",

0 commit comments

Comments
 (0)