Skip to content

Commit

Permalink
Update debug_build-wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-dryabzhinsky authored Jan 31, 2025
1 parent df971a1 commit a32a521
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/debug_build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
run: |
sudo cp -v ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}}/build_wheel/zstd-${{matrix.os.version}}/dist/* ./dist
sudo mv -v ./dist/"zstd-${{matrix.os.version}}-${{matrix.os.pyengine_tag}}-linux_${{matrix.os.tag_arch}}.whl" ./dist/"zstd-${{matrix.os.version}}-${{matrix.os.pyengine_tag}}-manylinux_2_17_${{matrix.os.tag_arch}}.whl"
find ./dist
- name: Build ${{ matrix.os.name }} wheels and test (old)
uses: pypa/[email protected]
Expand Down Expand Up @@ -239,7 +240,8 @@ jobs:
with:
name: wheels
path: ./dist

compression: 0

- name: Test for secrets access
id: check_secrets
# If a third party makes a pull request
Expand Down

0 comments on commit a32a521

Please sign in to comment.