We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26438b commit b5f8b55Copy full SHA for b5f8b55
1 file changed
.github/workflows/reusable_buildtest.yml
@@ -169,7 +169,8 @@ jobs:
169
170
- name: Copy Package
171
run: |
172
- docker cp testcontainer:/pymgclient/dist .
+ mkdir -p dist
173
+ docker cp testcontainer:/pymgclient/dist/*.whl dist/
174
175
- name: Save source distribution package
176
if: ${{ inputs.upload_artifacts && matrix.platform == 'ubuntu-24.04' }}
0 commit comments