Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Feb 7, 2024
1 parent 90ef468 commit affb6ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-wheels-publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Upload artifact
uses: actions/[email protected]
with:
# name: wheels
name: wheels
path: ./wheelhouse/*.whl

publish-to-testpypi:
Expand All @@ -78,9 +78,9 @@ jobs:
steps:
- name: Download all the dists
uses: actions/[email protected]
# with:
# name: wheels
# path: dist
with:
name: wheels
path: dist
- name: Publish distribution 📦 to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit affb6ba

Please sign in to comment.