Skip to content

Commit 49810a4

Browse files
committed
working, add cleanup and publish
1 parent 720fcd7 commit 49810a4

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/upload_testpypi.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,13 @@ jobs:
2424
- name: Download all the dists
2525
uses: dawidd6/action-download-artifact@v2
2626
with:
27-
#pattern: "cibw-*" # download all the wheels
27+
# download all the wheels
2828
path: dist
2929
merge-multiple: true
30-
run-id: ${{ github.event.inputs.workflow_id }}
30+
run_id: ${{ github.event.inputs.workflow_id }}
3131
workflow: build_wheels.yml
3232

33-
- name: Check status
34-
run: ls -l dist
35-
# - name: Publish distribution 📦 to TestPyPI
36-
# uses: pypa/gh-action-pypi-publish@release/v1
37-
# with:
38-
# repository-url: https://test.pypi.org/legacy/
33+
- name: Publish distribution 📦 to TestPyPI
34+
uses: pypa/gh-action-pypi-publish@release/v1
35+
with:
36+
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)