Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Build Python 3.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Sep 13, 2024
1 parent ab76b66 commit 1701088
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,26 @@ skip_tags: true

environment:
PYTHON_VERSION: 3.12.4
NDK_VERSION: r27-beta2
NDK_VERSION: r27
GITHUB_TOKEN:
secure: 9SKIwc3VSfYJ5IChvNR74rlTF9BMbAfhCGu1/TmYJBMtC6lkY+UDDkZNK7rC9xnQFUxMrNgoo9kNcNAbKbU8XAcrSwkP2H4mX04FI7P+YbxfiWC8nVHhGNxR4LzO+GO0

stack:
- python 3.12

install:
- read ver_maj ver_min < <(echo $PYTHON_VERSION | sed -E 's/^([0-9]+)\.([0-9]+).*/\1 \2/')
- export PYTHON_VERSION_SHORT="$ver_maj.$ver_min"

build_script:
- ./build-all.sh $PYTHON_VERSION
- tar -czf python-android-install-$PYTHON_VERSION.tar.gz install support
- tar -czf python-android-install-$PYTHON_VERSION_SHORT.tar.gz install support
- find . -maxdepth 1 -type f -iname python-android-install-*.tar.gz -exec appveyor PushArtifact -DeploymentName python-android-install {} \;

test: off

deploy:
provider: GitHub
auth_token: $(GITHUB_TOKEN)
release: v$(PYTHON_VERSION)
release: v$(PYTHON_VERSION_SHORT)
artifact: python-android-install
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ api_level=24
bzip2_version=1.0.8-1
xz_version=5.4.6-0
libffi_version=3.4.4-2
openssl_version=3.0.13-1
sqlite_version=3.45.1-0
openssl_version=3.0.15-0
sqlite_version=3.45.2-0

os=android
build=custom
Expand Down

0 comments on commit 1701088

Please sign in to comment.