Skip to content

ci: fix GitHub release creation#5

Merged
myeolinmalchi merged 1 commit into
mainfrom
codex/fix-release-workflow
May 5, 2026
Merged

ci: fix GitHub release creation#5
myeolinmalchi merged 1 commit into
mainfrom
codex/fix-release-workflow

Conversation

@myeolinmalchi
Copy link
Copy Markdown
Owner

Summary

  • Pass GITHUB_REPOSITORY explicitly to gh release create in the publish workflow.
  • Prevent the release job from depending on a checked-out .git directory.

Context

The v0.1.0 publish run successfully built and uploaded agent-checkpoint-cas 0.1.0 to PyPI, but the final GitHub Release job failed because gh release create could not infer the repository without a checkout.

Validation

  • ruby -e 'require "yaml"; ARGV.each { |f| YAML.load_file(f); puts "#{f}: ok" }' .github/workflows/ci.yml .github/workflows/publish.yml
  • python3 -m pytest -q
  • Verified v0.1.0 GitHub Release exists with wheel and sdist assets attached.

@myeolinmalchi myeolinmalchi marked this pull request as ready for review May 5, 2026 06:16
@myeolinmalchi myeolinmalchi merged commit 030843b into main May 5, 2026
4 checks passed
@myeolinmalchi myeolinmalchi deleted the codex/fix-release-workflow branch May 5, 2026 06:16
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.

1 participant