Skip to content

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

Merged
huonw merged 5 commits into
mainfrom
huonw/pypi-in-docs
Sep 24, 2023
Merged

Remove references to PyPI/pantsbuild.pants wheels in docs#19924
huonw merged 5 commits into
mainfrom
huonw/pypi-in-docs

Conversation

@huonw

@huonw huonw commented Sep 22, 2023

Copy link
Copy Markdown
Contributor

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.

Comment thread docs/markdown/Using Pants/restricted-internet-access.md Outdated
Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
Comment thread docs/markdown/Contributions/releases/release-process.md Outdated
Co-authored-by: Andreas Stenius <andreas.stenius@imanage.com>
@huonw
huonw merged commit 485b2bc into main Sep 24, 2023
@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
Copy Markdown
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 [CI] 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>
@huonw huonw removed the needs-cherrypick [CI] label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants