Skip to content

Commit 1da3e51

Browse files
try to fix license files not be accepting by twine
1 parent ce690ae commit 1da3e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
shell: bash
167167
- name: Test
168168
run: |
169-
${{ matrix.python-version }} -m pip install --force-reinstall --no-deps wheelhouse/*.whl
169+
${{ matrix.python-version }} -m pip install --force-reinstall --no-deps --platform linux_x86_64 wheelhouse/*.whl
170170
cd /
171171
${{ matrix.python-version }} -c 'import pyray; pyray.init_window(100,100,"test")' >/tmp/output 2>&1 || true
172172
cat /tmp/output

0 commit comments

Comments
 (0)