[PR #79] [MERGED] add workflow to build executable #84

Closed
opened 2026-03-03 01:21:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cs01/termpair/pull/79
Author: @cs01
Created: 8/10/2021
Status: Merged
Merged: 8/10/2021
Merged by: @cs01

Base: masterHead: cs01/build-pex


📝 Commits (2)

  • edf6f95 add workflow to build executable
  • 4ef1abe add python 3.9 to nox test matrix

📊 Changes

3 files changed (+57 additions, -4 deletions)

View changed files

.github/workflows/build_executable.yml (+53 -0)
📝 .github/workflows/tests.yml (+3 -3)
📝 noxfile.py (+1 -1)

📄 Description

Summary of changes

  • add workflow to build executable
  • Uses pex (https://pypi.org/project/pex/) which puts everything into a single executable file. The only remaining environment dependency is the python installation. While still not ideal, it's more straightforward than pip/pipx installations.
  • These builds can be included in releases

🔄 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/cs01/termpair/pull/79 **Author:** [@cs01](https://github.com/cs01) **Created:** 8/10/2021 **Status:** ✅ Merged **Merged:** 8/10/2021 **Merged by:** [@cs01](https://github.com/cs01) **Base:** `master` ← **Head:** `cs01/build-pex` --- ### 📝 Commits (2) - [`edf6f95`](https://github.com/cs01/termpair/commit/edf6f95539ef398478211d849e5b30a15784f6b8) add workflow to build executable - [`4ef1abe`](https://github.com/cs01/termpair/commit/4ef1abe9cec3184372d6195a7bb1efd685d7cb3b) add python 3.9 to nox test matrix ### 📊 Changes **3 files changed** (+57 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/build_executable.yml` (+53 -0) 📝 `.github/workflows/tests.yml` (+3 -3) 📝 `noxfile.py` (+1 -1) </details> ### 📄 Description ## Summary of changes * add workflow to build executable * Uses `pex` (https://pypi.org/project/pex/) which puts everything into a single executable file. The only remaining environment dependency is the python installation. While still not ideal, it's more straightforward than pip/pipx installations. * These builds can be included in releases --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:21:33 +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/termpair#84
No description provided.