We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928126d commit f3fbd34Copy full SHA for f3fbd34
1 file changed
.github/workflows/paddle_wheel.yaml
@@ -155,8 +155,9 @@ jobs:
155
- name: Retrieve release distributions
156
uses: actions/download-artifact@v6
157
with:
158
- name: artifacts
+ pattern: paddlecodec-wheel-linux-*
159
path: dist/
160
+ merge-multiple: true
161
162
- name: Publish release distributions to PyPI
163
uses: pypa/gh-action-pypi-publish@release/v1
@@ -172,8 +173,9 @@ jobs:
172
173
steps:
174
- uses: actions/download-artifact@v6
175
176
177
178
179
- name: Get tag name
180
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
181
- name: Publish to GitHub
0 commit comments