Skip to content

Commit

Permalink
download-artifact: name: dist
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Nov 3, 2024
1 parent b340b4f commit dd7f8b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
- name: Upload dist directory as artifact
uses: actions/upload-artifact@v4
with:
name: dist
path: dist

pypi-publish:
Expand All @@ -112,6 +113,6 @@ jobs:
- name: Download dist artifact
uses: actions/download-artifact@v4
with:
path: dist
name: dist
- run: ls dist
- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit dd7f8b9

Please sign in to comment.