Skip to content

fix(ci): skip duplicate hdp-autogen PyPI publishes#20

Merged
asiridalugoda merged 1 commit intomainfrom
codex/hdp-autogen-deploy-fix
Apr 7, 2026
Merged

fix(ci): skip duplicate hdp-autogen PyPI publishes#20
asiridalugoda merged 1 commit intomainfrom
codex/hdp-autogen-deploy-fix

Conversation

@asiridalugoda
Copy link
Copy Markdown
Contributor

Summary

  • add skip-existing: true to the publish-hdp-autogen PyPI step
  • prevent duplicate uploads of the same immutable PyPI version from failing the deployment environment
  • leave the actual hdp-autogen package and versioning unchanged

Context

  • pypi-hdp-autogen failed because hdp-autogen 0.1.2 had already been published successfully and a later duplicate publish attempt received HTTP 400
  • the live PyPI package was already healthy; this change makes retries of the same version idempotent

Verification

  • validated .github/workflows/release.yml as YAML
  • confirmed hdp-autogen 0.1.2 is already live on PyPI
  • reconciled the latest failed deployment entry with a success status pointing to the already-successful release job

@asiridalugoda asiridalugoda merged commit 74cbb5d into main Apr 7, 2026
23 checks passed
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