File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 5959 - name : Install dependencies
6060 run : |
6161 python -m pip install --upgrade pip
62- pip install setuptools wheel
62+ pip install --upgrade build setuptools wheel
6363 shell : bash
6464
6565 - name : build
7878 python_wheels :
7979 needs : build_and_test_python
8080 runs-on : ubuntu-latest
81+ container :
82+ image : ubuntu:22.04
8183 environment :
8284 name : pypi
8385 url : https://pypi.org/p/asyncproxy
@@ -89,12 +91,12 @@ jobs:
8991 - name : Set up Python
9092 uses : actions/setup-python@v5
9193 with :
92- python-version : ' 3.12 '
94+ python-version : ' 3.11 '
9395
9496 - name : Install dependencies
9597 run : |
9698 python -m pip install --upgrade pip
97- pip install setuptools wheel auditwheel
99+ pip install --upgrade build setuptools wheel auditwheel
98100
99101 - name : build
100102 run : |
Original file line number Diff line number Diff line change 1- include src/Symbol.map src/asp_iostats.h src/asp_sock.So src/asp_sock. c src/asp_sock.h src/asyncproxy.So src/asyncproxy.c src/asyncproxy.h
1+ include src/Symbol.map src/asp_iostats.h src/asp_sock.c src/asp_sock.h src/asyncproxy.c src/asyncproxy.h
22include README.md
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ def get_ex_mod():
6363 'packages' :['asyncproxy' ,],
6464 'package_dir' :{'asyncproxy' :'python' },
6565 'ext_modules' : get_ex_mod (),
66+ 'license' : 'BSD-2-Clause' ,
6667 'classifiers' : [
67- 'License :: OSI Approved :: BSD License' ,
6868 'Operating System :: POSIX' ,
6969 'Programming Language :: C' ,
7070 'Programming Language :: Python'
You can’t perform that action at this time.
0 commit comments