Skip to content

Commit

Permalink
build: set download path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause authored Nov 24, 2024
1 parent 5c5f5e0 commit 81c07b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- uses: actions/download-artifact@v4
with:
path: dist
- run: ls
- run: ls dist/
- run: ls *
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 81c07b2

Please sign in to comment.