Skip to content

Commit

Permalink
Python artifacts failed to upload to release because of wrong path (#359
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tlifschitz authored Nov 6, 2024
1 parent 5d19f50 commit 2614f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_python_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
env:
TAG: ${{ inputs.tag }}
with:
file: dist/*.tar.gz
file: sdist/*.tar.gz
tag: ${{ env.TAG }}
overwrite: true
file_glob: true
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
env:
TAG: ${{ inputs.tag }}
with:
file: wheelhouse/*.whl
file: wheels/*.whl
tag: ${{ env.TAG }}
overwrite: true
file_glob: true
Expand Down

0 comments on commit 2614f6b

Please sign in to comment.