Skip to content

Commit

Permalink
Tweak artifact download path for publish job (#70)
Browse files Browse the repository at this point in the history
* Tweak artifact download path for publish job

* Tweak ls path

* Update .github/workflows/release.yml

Co-authored-by: Emily Rockman <[email protected]>

---------

Co-authored-by: Emily Rockman <[email protected]>
  • Loading branch information
peterallenwebb and emmyoop authored Jul 24, 2023
1 parent 6a4d1ec commit 83f0d93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,9 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: wheels
path: dist
- name: Show wheels generated
run: ls -lh ./
run: ls -lh dist
- uses: actions/setup-python@v4
- name: Publish package distributions to PyPI
if: ${{ github.event.inputs.publish == 'true' }}
Expand Down

0 comments on commit 83f0d93

Please sign in to comment.