We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8066c46 commit 2e6ba07Copy full SHA for 2e6ba07
1 file changed
.github/workflows/publish.yml
@@ -79,7 +79,13 @@ jobs:
79
steps:
80
- uses: actions/download-artifact@v5
81
with:
82
- path: dist/
+ pattern: artifact-*
83
+ merge-multiple: true
84
+ path: dist
85
+
86
+ - name: Print out packages
87
+ run: ls dist
88
89
- uses: pypa/gh-action-pypi-publish@release/v1
90
91
repository-url: https://test.pypi.org/legacy/
@@ -100,14 +106,22 @@ jobs:
100
106
101
107
102
108
103
109
110
111
112
113
114
115
104
116
105
117
118
skip-existing: true
119
verify-metadata: false
120
121
122
123
124
125
# upload_pypi:
126
# name: Upload to PyPI
127
# environment:
0 commit comments