Skip to content

Commit

Permalink
PyPI publish follow-up (#1004)
Browse files Browse the repository at this point in the history
* set artifact download path

* show tree for debugging help

* fail asset on unmatched files
  • Loading branch information
briantist committed Jun 17, 2023
1 parent ceceeee commit 31aca14
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/python-publish.yml
Expand Up @@ -58,6 +58,10 @@ jobs:
uses: actions/download-artifact@v3
with:
name: package
path: dist

- name: Show tree
run: tree

- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1
Expand All @@ -72,9 +76,14 @@ jobs:
uses: actions/download-artifact@v3
with:
name: package
path: dist

- name: Show tree
run: tree

- name: Add release asset
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
with:
fail_on_unmatched_files: true
files: |
dist/*

0 comments on commit 31aca14

Please sign in to comment.