Skip to content

update 3.4.13 to 3.4.14 #476

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 5, 2021
Merged

update 3.4.13 to 3.4.14 #476

merged 5 commits into from
May 5, 2021

Conversation

sergregory
Copy link
Collaborator

No description provided.

sergregory and others added 4 commits April 30, 2021 20:16
…possible) (#470)

* Add initial config for github actions

* Allow actions for all branches and PRs to master by default

* Fix typo

* Do not set docker image info for multibuild, as we do it in github actions

* Do not run github action in docker as multiduild will do it for us

* Remove error steps - somehow I've missed them when cleaned for the build

* Merge all build logic into one step as somehow build wheel is not known when sourced and used in different steps

* Debug: try to change directory to get inside the repo sources

* Adjust env variables to enable build

* Specify docker image to use in github builds

* Enable back all python versions in build matrix

* Remove numpy as build dependency as prebuilt docker should handle it for us

* Make linux build matrix wider - enable contrib, headless/gui, source/binary distribution

* Fix return code setting for skipped tests in case of sdist

* Build source distribution with only one version of python - as we do not care abnout python version when doing the source distribution

* Try to fix config

* Try to fix config

* Enable OSX builds

* Quickfix to enable OSX build

* Temporary disable linux and all pythons execpt one to reduce the build matrix size

* Disable cache stage that was implemented for travis

* Do not unlink python2 for github osx builds

* Fix ffmpeg bottle build command

* Disable travis cache stage

* Changed build_wheels to Windows platform

* Try new pipeline

* Try windows with a new configuration

* Try bash on Windows

* Added ubuntu and macos into pipeline

* Fix if condition for windows

* Turned on all python versions, uploading artifacts

* Fixed Windows and created Release job

* Add missed source distribution build

* Move x86 python builds to github actions. Travis does only aarch64 now

* Split linux and OSX builds to exclude x86 OSX builds from build matrix

* Reduce architectures to x64 for both OSX and Ubuntu as x86 is supported for windows only

* Add PyPI secrets usage

* Publish packages built in PRs to testPyPI

* Push to test PyPI on each package build. Remove unneded build on push to master

* Apply review comments

* Combine all release steps into one job

Co-authored-by: Andrey Senyaev <[email protected]>
Co-authored-by: Andrey Senyaev <[email protected]>
@sergregory
Copy link
Collaborator Author

@asmorkalov, please feel free to merge if you're OK with the current state.

@asmorkalov asmorkalov merged commit 311e6ac into 3.4 May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants