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

Remove references to PyPI/pantsbuild.pants wheels in docs #19924

Merged
merged 5 commits into from
Sep 24, 2023

Conversation

huonw
Copy link
Contributor

@huonw huonw commented Sep 22, 2023

This updates our docs to refer to the new release process, using GitHub Releases, instead of PyPI. The pantsbuild.pants package becomes somewhat of an implementation detail too, so I've adjusted these too.

Also, the docs previously referred to the universal PEX we published to GitHub Releases which we no longer do (#19450), and thus references to it are removed too.

Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
Co-authored-by: Andreas Stenius <andreas.stenius@imanage.com>
@huonw huonw merged commit 485b2bc into main Sep 24, 2023
24 checks passed
@huonw huonw deleted the huonw/pypi-in-docs branch September 24, 2023 07:26
WorkerPants pushed a commit that referenced this pull request Sep 24, 2023
This updates our docs to refer to the new release process, using GitHub
Releases, instead of PyPI. The `pantsbuild.pants` package becomes
somewhat of an implementation detail too, so I've adjusted these too.

Also, the docs previously referred to the universal PEX we published to
GitHub Releases which we no longer do (#19450), and thus references to
it are removed too.

---------

Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
Co-authored-by: Andreas Stenius <andreas.stenius@imanage.com>
@WorkerPants
Copy link
Member

I tried to automatically cherry-pick this change back to each relevant milestone, so that it is available in those older releases of Pants.

❌ 2.17.x

I was unable to cherry-pick this PR to 2.17.x, likely due to merge-conflicts.

Steps to Cherry-Pick locally

To resolve:

  1. (Ensure your git working directory is clean)
  2. Run the following script to reproduce the merge-conflicts:
    git fetch https://github.com/pantsbuild/pants main \
      && git fetch https://github.com/pantsbuild/pants 2.17.x \
      && git checkout -b cherry-pick-19924-to-2.17.x FETCH_HEAD \
      && git cherry-pick 485b2bc7191057b92f7466d3aff544b7f8496588
  3. Fix the merge conflicts and commit the changes
  4. Run build-support/cherry_pick/make_pr.sh "19924" "2.17.x"

Please note that I cannot re-run CI if a job fails. Please work with your PR approver(s) to re-run CI if necessary.

✔️ 2.18.x

Successfully opened #19930.


When you're done manually cherry-picking, please remove the needs-cherrypick label on this PR.

Thanks again for your contributions!

🤖 Beep Boop here's my run link

@WorkerPants WorkerPants added the auto-cherry-picking-failed Auto Cherry-Picking Failed label Sep 24, 2023
huonw added a commit that referenced this pull request Sep 24, 2023
…ick of #19924) (#19930)

This updates our docs to refer to the new release process, using GitHub
Releases, instead of PyPI. The `pantsbuild.pants` package becomes
somewhat of an implementation detail too, so I've adjusted these too.

Also, the docs previously referred to the universal PEX we published to
GitHub Releases which we no longer do (#19450), and thus references to
it are removed too.

Co-authored-by: Huon Wilson <huon@exoflare.io>
Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
Co-authored-by: Andreas Stenius <andreas.stenius@imanage.com>
huonw added a commit that referenced this pull request Sep 24, 2023
This updates our docs to refer to the new release process, using GitHub
Releases, instead of PyPI. The `pantsbuild.pants` package becomes
somewhat of an implementation detail too, so I've adjusted these too.

Also, the docs previously referred to the universal PEX we published to
GitHub Releases which we no longer do (#19450), and thus references to
it are removed too.

---------

Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
Co-authored-by: Andreas Stenius <andreas.stenius@imanage.com>
huonw added a commit that referenced this pull request Sep 24, 2023
…ick of #19924) (#19936)

This updates our docs to refer to the new release process, using GitHub
Releases, instead of PyPI. The `pantsbuild.pants` package becomes
somewhat of an implementation detail too, so I've adjusted these too.

Also, the docs previously referred to the universal PEX we published to
GitHub Releases which we no longer do (#19450), and thus references to
it are removed too.

Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
Co-authored-by: Andreas Stenius <andreas.stenius@imanage.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants