Skip to content
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

[WHEEL] Toml build #27227

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from
Draft

[WHEEL] Toml build #27227

wants to merge 28 commits into from

Commits on Nov 14, 2024

  1. toml init

    mryzhov committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e348c1f View commit details
    Browse the repository at this point in the history
  2. abs path fix

    mryzhov committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6522fd3 View commit details
    Browse the repository at this point in the history
  3. set dafault build dir

    mryzhov committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    05891e9 View commit details
    Browse the repository at this point in the history
  4. changed toml dir

    mryzhov committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    953bc98 View commit details
    Browse the repository at this point in the history
  5. move metadata to toml

    update toml
    
    removed debug prints
    
    fixed setup.py pathes
    
    Revert "move metadata to toml"
    
    This reverts commit a124dcfa1e5722885f758a4ba9bfa02fc42a738d.
    mryzhov committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a00198d View commit details
    Browse the repository at this point in the history
  6. cibuildwheel

    mryzhov committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a4d0610 View commit details
    Browse the repository at this point in the history
  7. build-verbosity = 1

    mryzhov committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    36898f8 View commit details
    Browse the repository at this point in the history
  8. dynamic fields

    mryzhov committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    812db03 View commit details
    Browse the repository at this point in the history
  9. upload wheels

    mryzhov committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3f3d670 View commit details
    Browse the repository at this point in the history
  10. fixed deb packaging

    mryzhov committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    ea85604 View commit details
    Browse the repository at this point in the history
  11. add prefix

    mryzhov committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4f5b7cf View commit details
    Browse the repository at this point in the history
  12. use python 3.9 on ubuntu 20

    mryzhov committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1d87d7e View commit details
    Browse the repository at this point in the history
  13. exclude deps and __pycache__

    mryzhov committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6193cdd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6cf2ccf View commit details
    Browse the repository at this point in the history
  15. use target = ov_install_lib

    mryzhov committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6fa44f0 View commit details
    Browse the repository at this point in the history
  16. Update src/bindings/python/pyproject.toml

    Co-authored-by: Anastasia Kuporosova <anastasia.kuporosova@intel.com>
    mryzhov and akuporos committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c2dd026 View commit details
    Browse the repository at this point in the history
  17. depricate WHEEL_BUILD

    mryzhov committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8645410 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    16c1c73 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Revert "depricate WHEEL_BUILD"

    This reverts commit 8645410.
    mryzhov committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    bc9a1af View commit details
    Browse the repository at this point in the history
  2. custom bdist_wheel

    mryzhov committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b8df434 View commit details
    Browse the repository at this point in the history
  3. fix for ov_dev package

    mryzhov committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1c4b705 View commit details
    Browse the repository at this point in the history
  4. use -m pip wheel only

    mryzhov committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f8368bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df2622f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    031bbef View commit details
    Browse the repository at this point in the history
  7. set log level

    mryzhov committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9489196 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    721ac43 View commit details
    Browse the repository at this point in the history
  9. extend custom install

    mryzhov committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    97b8be2 View commit details
    Browse the repository at this point in the history
  10. SETUPTOOLS_INSTALL_LIB

    mryzhov committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0a84c9e View commit details
    Browse the repository at this point in the history