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 e2bc11c commit 8642ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:

- uses: dsaltares/fetch-gh-release-asset@master
with:
version: ${{ steps.get_release.outputs.id }}
version: tags/${{ steps.get_release.outputs.tag_name }}
file: '*.whl'
path: "dist"
target: "dist"

- name: Debug
run: |
Expand Down

0 comments on commit 8642ecc

Please sign in to comment.