Skip to content

Commit

Permalink
Small tweaks to shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet committed Mar 17, 2023
1 parent ad875a6 commit 5eb4ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Append build number
run: |
mkdir wheelhouse-1
for i in wheelhouse/*; do
mkdir -p wheelhouse-1
for i in $(find wheelhouse -type f); do
python3 -mwheel unpack $i
python3 -mwheel pack triton-2.0.0 --build-number 1 --dest-dir wheelhouse-1
rm -rf triton-2.0.0
Expand Down

0 comments on commit 5eb4ba5

Please sign in to comment.