Change artifact download name to dist to match upload name (#1371)

This commit is contained in:
Nicholas Junge 2022-03-15 13:56:01 +01:00 committed by GitHub
parent 7d6f1534e9
commit 3eab98544f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ jobs:
steps:
- uses: actions/download-artifact@v2
with:
name: artifact
name: dist
path: dist
- uses: pypa/gh-action-pypi-publish@v1.5.0