Skip to content

Commit cf31575

Browse files
committed
Remove pip config file
1 parent 47d191b commit cf31575

File tree

7 files changed

+4
-17
lines changed

7 files changed

+4
-17
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
environment:
3030
# these environment variables will be passed to the docker container
31-
- CIBW_ENVIRONMENT: PIP_CONFIG_FILE=buildconfig/pip_config.ini PORTMIDI_INC_PORTTIME=1 SDL_VIDEODRIVER=dummy SDL_AUDIODRIVER=disk
31+
- CIBW_ENVIRONMENT: SDL_VIDEODRIVER=dummy SDL_AUDIODRIVER=disk
3232
- CIBW_BUILD: "cp3{8,9,10,11,12}-* pp3{8,9,10}-*"
3333
- CIBW_ARCHS: aarch64
3434
- CIBW_SKIP: '*-musllinux_*'

.github/workflows/build-debian-multiarch.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
8383
# Build a wheel, install it for running unit tests
8484
run: |
85-
export PIP_CONFIG_FILE=buildconfig/pip_config.ini
8685
echo "\nBuilding pygame wheel\n"
8786
python3 setup.py docs
8887
pip3 wheel . --wheel-dir /artifacts -vvv

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
# load pip config from this file. Define this in 'CIBW_ENVIRONMENT'
121121
# because this should not affect cibuildwheel machinery
122122
# also define environment variables needed for testing
123-
CIBW_ENVIRONMENT: PIP_CONFIG_FILE=buildconfig/pip_config.ini SDL_VIDEODRIVER=dummy SDL_AUDIODRIVER=disk
123+
CIBW_ENVIRONMENT: SDL_VIDEODRIVER=dummy SDL_AUDIODRIVER=disk
124124

125125
# Explicitly tell CIBW what the wheel arch deployment target should be
126126
# There seems to be no better way to set this than this env

.github/workflows/build-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# load pip config from this file. Define this in 'CIBW_ENVIRONMENT'
5353
# because this should not affect cibuildwheel machinery
5454
# also define environment variables needed for testing
55-
CIBW_ENVIRONMENT: PIP_CONFIG_FILE=buildconfig/pip_config.ini PORTMIDI_INC_PORTTIME=1 SDL_VIDEODRIVER=dummy SDL_AUDIODRIVER=disk
55+
CIBW_ENVIRONMENT: SDL_VIDEODRIVER=dummy SDL_AUDIODRIVER=disk
5656

5757
CIBW_BUILD: "cp3{8,9,10,11,12}-* pp3{8,9,10}-*"
5858
CIBW_ARCHS: ${{ matrix.arch }}

.github/workflows/build-ubuntu-sdist.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666
pip3 install sphinx"<7.2.0" numpy>=1.21.0
6767
6868
- name: Make sdist and install it
69-
env:
70-
PIP_CONFIG_FILE: "buildconfig/pip_config.ini"
7169
run: |
7270
python3 setup.py docs
7371
python3 setup.py sdist

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
# load pip config from this file. Define this in 'CIBW_ENVIRONMENT'
128128
# because this should not affect cibuildwheel machinery
129129
# also define environment variables needed for testing
130-
CIBW_ENVIRONMENT: PIP_CONFIG_FILE=buildconfig/pip_config.ini SDL_VIDEODRIVER=dummy SDL_AUDIODRIVER=disk
130+
CIBW_ENVIRONMENT: SDL_VIDEODRIVER=dummy SDL_AUDIODRIVER=disk
131131

132132
CIBW_BUILD: ${{ matrix.pyversions }}
133133
CIBW_ARCHS: ${{ matrix.winarch }}

buildconfig/pip_config.ini

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)