Skip to content

Commit 8a88825

Browse files
committed
WIP p4python actions
1 parent 220380f commit 8a88825

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ jobs:
3434
- name: Get p4api
3535
run: |
3636
mkdir -p $bindir
37-
echo "bindir ls:"
38-
ls $bindir
39-
echo ".. ls:"
40-
ls ..
41-
echo ". ls:"
42-
ls
43-
pwd
4437
cd .. && wget ftp://ftp.perforce.com/perforce/$codeline/bin.linux26x86_64/$p4api -O $bindir/$p4api
4538
4639
- name: Get p4 and p4d binary
@@ -49,22 +42,12 @@ jobs:
4942
- name: Build P4Python
5043
run: |
5144
docker pull $docker
52-
ls $bindir
53-
5445
chmod +x linux_build/build-wheels.sh
5546
cp -rf ../p4python ../p4-python
56-
ls ${{ github.workspace }}/..
57-
58-
5947
docker run -v $mount $docker /work/p4-python/linux_build/build-wheels.sh ${{ matrix.pyver }}
6048
cp ../p4-python/repair/p4python-*.whl ${{ github.workspace }}/p4python-cp${{ matrix.pyver }}-manylinux2010_x86_64.whl
6149
62-
6350
- uses: actions/upload-artifact@v2
6451
with:
65-
name: non-production-p4python-cp${{ matrix.pyver }}
52+
name: non-production-p4python-wheel-cp${{ matrix.pyver }}
6653
path: ${{ github.workspace }}/p4python-cp${{ matrix.pyver }}-manylinux2010_x86_64.whl
67-
68-
- name: dir_bindir
69-
run: |
70-
ls $bindir

0 commit comments

Comments
 (0)