Skip to content

Commit

Permalink
Correct the artifact name to download in the CI job for PyPI publishi…
Browse files Browse the repository at this point in the history
…ng (#361)
  • Loading branch information
wbarnha authored Apr 26, 2023
1 parent 1e6419d commit fa06194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Download the sdist artifact
uses: actions/download-artifact@v3
with:
name: artifact
name: ${{ env.sdist-artifact }}
path: dist
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit fa06194

Please sign in to comment.