Skip to content

Commit 720583e

Browse files
committed
debug
1 parent e9d91c6 commit 720583e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pypi-test-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
id: "upload-artifact"
3636
uses: "actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02"
3737
with:
38-
name: "python-package-distributions"
3938
path: "dist/"
4039

4140
publish-to-pypi:
@@ -54,6 +53,10 @@ jobs:
5453
with:
5554
artifact-ids: ${{ needs.build.outputs.artifact-id }}
5655
path: "dist/"
56+
# merge-multiple: true
57+
58+
- name: "Show me"
59+
run: "ls -R"
5760

5861
- name: "Publish distribution to PyPI"
5962
uses: "pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc"

0 commit comments

Comments
 (0)