Skip to content

Commit

Permalink
Update test-pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kochelmonster committed Mar 22, 2024
1 parent 7acb0d0 commit 82079ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ jobs:
- uses: dsaltares/fetch-gh-release-asset@master
with:
version: tags/${{ steps.get_release.outputs.tag_name }}
file: '.*[.]whl'
target: "dist"
file: '.*[.](whl|zip|gz)$'
regex: true

- name: Debug
run: |
pwd
ls
echo "------------------"
ls dist

0 comments on commit 82079ac

Please sign in to comment.