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

ci/release: implement trusted publishing #9237

Merged
merged 7 commits into from
Mar 25, 2024

Conversation

neersighted
Copy link
Member

Completely rewrite the release workflow. There are a couple key differences now:

  • Releases are triggered by GitHub releases; which can refer to an existing tag, or create one on the fly.
  • Credentials are no longer needed to perform a release, instead we use the PyPI trusted publishing flow.
  • The build and upload tasks are split to ensure the credentials are safeguarded.
  • Uploads require approval from one other maintainer (beyond the person who triggered the build).
  • We now also upload release artifacts to the GitHub release.

Note that PyPI will only accept uploads from the 'pypi' environment, triggered in this workflow file.

We now run GHA on tags.
@neersighted neersighted added the area/ci Related to CI/CD label Mar 25, 2024
@neersighted neersighted requested a review from abn March 25, 2024 16:17
Completely rewrite the release workflow. There are a couple key
differences now:
* Releases are triggered by GitHub releases; which can refer to an
  existing tag, or create one on the fly.
* Credentials are no longer needed to perform a release, instead we use
  the PyPI trusted publishing flow.
* The build and upload tasks are split to ensure the credentials are
  safeguarded.
* Uploads require approval from one other maintainer (beyond the person
  who triggered the build).

Note that PyPI will only accept uploads from the 'pypi' environment,
triggered in this workflow file.
@neersighted neersighted merged commit 739f18a into python-poetry:main Mar 25, 2024
60 checks passed
@neersighted neersighted deleted the release_revamp branch March 25, 2024 17:51
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/ci Related to CI/CD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants