Skip to content

Commit

Permalink
fixing artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Mar 17, 2021
1 parent a40eb56 commit ee3acd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
path: ./result_images
name: images

dist:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
path: dist/*
name: dist

upload_pypi:
needs: [tests, dist]
Expand All @@ -67,8 +69,8 @@ jobs:
steps:
- uses: actions/download-artifact@v2
with:
name: artifact
path: dist
name: dist

- uses: pypa/gh-action-pypi-publish@master
with:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use_scm_version=True,
description="PGM rendering at its finest",
long_description=open("README.rst").read(),
long_description_content_type="text/x-rst",
author="Daft Developers",
author_email="danfm@nyu.edu",
url="http://daft-pgm.org",
Expand Down

0 comments on commit ee3acd6

Please sign in to comment.