We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720fcd7 commit 49810a4Copy full SHA for 49810a4
.github/workflows/upload_testpypi.yml
@@ -24,15 +24,13 @@ jobs:
24
- name: Download all the dists
25
uses: dawidd6/action-download-artifact@v2
26
with:
27
- #pattern: "cibw-*" # download all the wheels
+ # download all the wheels
28
path: dist
29
merge-multiple: true
30
- run-id: ${{ github.event.inputs.workflow_id }}
+ run_id: ${{ github.event.inputs.workflow_id }}
31
workflow: build_wheels.yml
32
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/
+ - name: Publish distribution 📦 to TestPyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ repository-url: https://test.pypi.org/legacy/
0 commit comments