Skip to content

Commit

Permalink
Update publish-pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankoehler authored Dec 6, 2024
1 parent 931139f commit 55b484b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
pattern: python-dist-*
merge-multiple: true
path: dist # destination


- name: "List dist directory"
run: find dist

- uses: pypa/gh-action-pypi-publish@release/v1
# continue-on-error: true # might fail if we don't bump the version
with:
Expand Down

0 comments on commit 55b484b

Please sign in to comment.