Skip to content

Fix Python 2.7 release workflow - #42

Merged
polsala merged 1 commit into
masterfrom
fix/issue-41-release-python27
Aug 20, 2026
Merged

Fix Python 2.7 release workflow#42
polsala merged 1 commit into
masterfrom
fix/issue-41-release-python27

Conversation

@giscebot

Copy link
Copy Markdown
Contributor

Summary

  • run the release job inside the existing python:2.7-slim environment
  • remove the unsupported actions/setup-python Python 2.7 step

Why

The v0.22.0 release failed because GitHub's Ubuntu 24.04 runner cannot install Python 2.7 through actions/setup-python. The repository already uses this container successfully for its Python 2.7 test job.

Validation

  • workflow YAML parsed successfully
  • python setup.py sdist completed inside python:2.7-slim

Closes #41

Requested by: @polsala

Co-authored-by: polsala <15796004+polsala@users.noreply.github.com>
@polsala
polsala merged commit e275532 into master Aug 20, 2026
2 checks passed
@polsala
polsala deleted the fix/issue-41-release-python27 branch August 20, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Corregir release .github/workflows/release.yml

2 participants