Skip to content

Commit

Permalink
Name uploaded artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
fepegar committed Nov 17, 2024
1 parent e68a946 commit acb0c86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Upload dist directory
uses: actions/upload-artifact@v4
with:
name: dist
path: dist

publish:
Expand All @@ -31,6 +32,11 @@ jobs:
steps:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4
with:
name: dist

- name: List files in dist directory
run: ls dist

- name: Publish package to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit acb0c86

Please sign in to comment.