We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d91c6 commit 720583eCopy full SHA for 720583e
1 file changed
.github/workflows/pypi-test-publish.yml
@@ -35,7 +35,6 @@ jobs:
35
id: "upload-artifact"
36
uses: "actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02"
37
with:
38
- name: "python-package-distributions"
39
path: "dist/"
40
41
publish-to-pypi:
@@ -54,6 +53,10 @@ jobs:
54
53
55
artifact-ids: ${{ needs.build.outputs.artifact-id }}
56
+ # merge-multiple: true
57
+
58
+ - name: "Show me"
59
+ run: "ls -R"
60
61
- name: "Publish distribution to PyPI"
62
uses: "pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc"
0 commit comments