[PR #9] [MERGED] Introduce CI workflow for build and publish #165

Closed
opened 2026-03-15 11:51:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/awslabs/iam-policy-autopilot/pull/9
Author: @weibenz1
Created: 11/20/2025
Status: Merged
Merged: 11/21/2025
Merged by: @weibenz1

Base: prereleaseHead: prerelease


📝 Commits (2)

  • 89e207e introduce build_and_publish.py that auto package wheels, validate it and then publish whenever a release is created.
  • 8045c6f Merge branch 'awslabs:prerelease' into prerelease

📊 Changes

3 files changed (+0 additions, -0 deletions)

View changed files

.github/workflows/build_and_publish.yml (+187 -0)
📝 .github/workflows/pr-checks.yml (+6 -11)
pyproject.toml (+17 -0)

📄 Description

Description of changes

This PR introduces the build_and_publish.yml that's auto triggered whenever a release is created.

Major flows:

  1. Build wheels.
  2. Verify wheels by installing it and running all commands
  3. Verify binary version matches release version.
  4. Publish to TestPypi.

TODOs:

  1. Uncomment verification for windows-11-arm (only supported in public repo)
  2. Shift the publish to Pypi.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/awslabs/iam-policy-autopilot/pull/9 **Author:** [@weibenz1](https://github.com/weibenz1) **Created:** 11/20/2025 **Status:** ✅ Merged **Merged:** 11/21/2025 **Merged by:** [@weibenz1](https://github.com/weibenz1) **Base:** `prerelease` ← **Head:** `prerelease` --- ### 📝 Commits (2) - [`89e207e`](https://github.com/awslabs/iam-policy-autopilot/commit/89e207ea82ed62ccb66447c9569c57b6b7be5309) introduce build_and_publish.py that auto package wheels, validate it and then publish whenever a release is created. - [`8045c6f`](https://github.com/awslabs/iam-policy-autopilot/commit/8045c6ff468bc8e0d6656b5e5ce9c99e67a140d4) Merge branch 'awslabs:prerelease' into prerelease ### 📊 Changes **3 files changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/build_and_publish.yml` (+187 -0) 📝 `.github/workflows/pr-checks.yml` (+6 -11) ➕ `pyproject.toml` (+17 -0) </details> ### 📄 Description ## Description of changes This PR introduces the build_and_publish.yml that's auto triggered whenever a release is created. Major flows: 1. Build wheels. 2. Verify wheels by installing it and running all commands 3. Verify binary version matches release version. 4. Publish to TestPypi. TODOs: 1. Uncomment verification for windows-11-arm (only supported in public repo) 2. Shift the publish to Pypi. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 11:51:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/iam-policy-autopilot#165
No description provided.