mirror of
https://github.com/cs01/termpair.git
synced 2026-04-26 13:05:52 +03:00
[PR #79] [MERGED] add workflow to build executable #84
Labels
No labels
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termpair#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:cs01/build-pex📝 Commits (2)
edf6f95add workflow to build executable4ef1abeadd 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
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.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.