File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ release_task:
37
37
PYTHON38 : python3.8
38
38
freebsd_instance :
39
39
matrix :
40
- - image_family : freebsd-12-1-snap
40
+ - image_family : freebsd-12-2
41
41
- image_family : freebsd-13-0-snap
42
42
- image_family : freebsd-11-4-snap
43
43
python_script : pkg install -y curl bash jq python3 python27 python36 python37 python38
Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ jobs:
53
53
poetry install --no-dev
54
54
- name : Preparing Python executables
55
55
run : |
56
- curl -L https://github.com/sdispater/python-binaries/releases/download/2.7.17 /python-2.7.17 .macos.tar.xz -o python-2.7.17 .tar.xz
56
+ curl -L https://github.com/sdispater/python-binaries/releases/download/2.7.18 /python-2.7.18 .macos.tar.xz -o python-2.7.18 .tar.xz
57
57
curl -L https://github.com/sdispater/python-binaries/releases/download/3.5.9/python-3.5.9.macos.tar.xz -o python-3.5.9.tar.xz
58
58
curl -L https://github.com/sdispater/python-binaries/releases/download/3.6.8/python-3.6.8.macos.tar.xz -o python-3.6.8.tar.xz
59
59
curl -L https://github.com/sdispater/python-binaries/releases/download/3.7.6/python-3.7.6.macos.tar.xz -o python-3.7.6.tar.xz
60
60
curl -L https://github.com/sdispater/python-binaries/releases/download/3.8.3/python-3.8.3.macos.tar.xz -o python-3.8.3.tar.xz
61
61
curl -L https://github.com/sdispater/python-binaries/releases/download/3.9.0b4/python-3.9.0b4.macos.tar.xz -o python-3.9.0b4.tar.xz
62
- tar -zxf python-2.7.17 .tar.xz
62
+ tar -zxf python-2.7.18 .tar.xz
63
63
tar -zxf python-3.5.9.tar.xz
64
64
tar -zxf python-3.6.8.tar.xz
65
65
tar -zxf python-3.7.6.tar.xz
68
68
- name : Build specific release
69
69
run : |
70
70
source $HOME/.poetry/env
71
- poetry run python sonnet make release --ansi -P "2.7:python-2.7.17 /bin/python" -P "3.5:python-3.5.9/bin/python" -P "3.6:python-3.6.8/bin/python" -P "3.7:python-3.7.6/bin/python" -P "3.8:python-3.8.3/bin/python" -P "3.9:python-3.9.0b4/bin/python"
71
+ poetry run python sonnet make release --ansi -P "2.7:python-2.7.18 /bin/python" -P "3.5:python-3.5.9/bin/python" -P "3.6:python-3.6.8/bin/python" -P "3.7:python-3.7.6/bin/python" -P "3.8:python-3.8.3/bin/python" -P "3.9:python-3.9.0b4/bin/python"
72
72
- name : Upload release file
73
73
uses : actions/upload-artifact@v1
74
74
with :
Original file line number Diff line number Diff line change 47
47
@poetry build -v
48
48
49
49
linux_release :
50
- docker pull quay.io/pypa/manylinux2010_x86_64
50
+ docker pull quay.io/pypa/manylinux2010_x86_64:2021-02-06-3d322a5
51
51
docker run --rm -i -v ` pwd` :/io \
52
52
-e PYTHON=/opt/python/cp38-cp38/bin/python \
53
53
-e PYTHON27=/opt/python/cp27-cp27m/bin/python \
@@ -56,7 +56,7 @@ linux_release:
56
56
-e PYTHON37=/opt/python/cp37-cp37m/bin/python \
57
57
-e PYTHON38=/opt/python/cp38-cp38/bin/python \
58
58
-e PYTHON39=/opt/python/cp39-cp39/bin/python \
59
- quay.io/pypa/manylinux2010_x86_64 sh -c " cd /io && ./make-nix-release.sh"
59
+ quay.io/pypa/manylinux2010_x86_64:2021-02-06-3d322a5 sh -c " cd /io && ./make-nix-release.sh"
60
60
61
61
# run tests against all supported python versions
62
62
tox :
You can’t perform that action at this time.
0 commit comments