Skip to content

Commit f08ebd4

Browse files
Fix ci linux (#74)
* - test update ci script * - Run Actions on push * - Bump version to fix pypi builds * Prevent main CI from executing on pull request to master
1 parent 9937dd2 commit f08ebd4

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: build-linux
33
on:
44
push:
55
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
86

97
jobs:
108
build-ubuntu:
@@ -49,7 +47,7 @@ jobs:
4947
# python-versions: 'cp37-cp37m'
5048
python-versions: '${{ matrix.python-version }}'
5149
build-requirements: ''
52-
system-packages: 'cmake3 libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel freeglut-devel libXi-devel'
50+
system-packages: 'cmake3 libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel mesa-libGLU-devel'
5351
package-path: ''
5452
pip-wheel-args: '--manylinux-build -DUSE_AVX=Off'
5553

.github/workflows/build-windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: build-windows
33
on:
44
push:
55
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
86

97
jobs:
108
build-windows:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def build_extension(self, ext):
117117

118118
setup(
119119
name=name,
120-
version='2.8.1',
120+
version='2.8.2',
121121
author='Interactive Computer Graphics',
122122
author_email='',
123123
description='SPlisHSPlasH Project Python Bindings',

0 commit comments

Comments
 (0)