Skip to content

Commit

Permalink
Update .github/workflows/python-wheels-publish-test.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Jean-Christophe Morin <[email protected]>
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm and JeanChristopheMorinPerso authored Feb 13, 2024
1 parent 48e852f commit 12650a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-wheels-publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
uses: actions/[email protected]
with:
name: wheels-${{ matrix.os }}
path: ./wheelhouse/*.whl
path: |
./wheelhouse/*.whl
./wheelhouse/*.tar.gz
publish-to-testpypi:
name: Publish Python 🐍 distribution 📦 to TestPyPI
Expand Down

0 comments on commit 12650a1

Please sign in to comment.