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

Edit path when building sdist package #1687

Merged
merged 4 commits into from
Jan 24, 2024

Commits on Dec 5, 2023

  1. Edit path when building sdist package

    This patch changes the working directory from the temp to the project
    when building sdist package.This resolves issues with relative paths
    in configuration files.
    
    Resolves pypa#1683
    OlenaYefymenko committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    cc3fd8c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Add a test for the package placeholder exposure

    The change extends the existing test — `test_simple`. It checks that
    the temporary wheel build directory is the project root extracted from
    the source distribution. It does so by testing the presence of the
    `setup.py` in the current working directory, as a side effect.
    OlenaYefymenko committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    a55a8ac View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Edit quotes in the CLI argument for Windows compatibility

    Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
    OlenaYefymenko and webknjaz committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ca3ade6 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Use single quotes to avoid syntax errors from f-string

    Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
    OlenaYefymenko and webknjaz committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    bfc77be View commit details
    Browse the repository at this point in the history