Skip to content

ci(release): add docs/workflow for releasing#150

Merged
vdice merged 1 commit intospinframework:mainfrom
vdice:ci/release
Apr 15, 2026
Merged

ci(release): add docs/workflow for releasing#150
vdice merged 1 commit intospinframework:mainfrom
vdice:ci/release

Conversation

@vdice
Copy link
Copy Markdown
Contributor

@vdice vdice commented Apr 13, 2026

Adds proposed release process and workflow.

TODO:

  • Assuming approval for this approach, add configuration to the spin-sdk PyPi project re: trusted publishing via GH workflow

Closes #144

steps:
- uses: actions/checkout@v6

- name: Build distribution
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or would we rather use a build artifact, eg via calling the build.yml workflow first, to consolidate build logic?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's not much duplication, so I think this is fine.

Copy link
Copy Markdown
Collaborator

@dicej dicej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable to me, assuming it works.

Comment thread release-process.md Outdated
steps:
- uses: actions/checkout@v6

- name: Build distribution
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's not much duplication, so I think this is fine.

Signed-off-by: Vaughn Dice <vdice@akamai.com>
Co-authored-by: Joel Dice <joel.dice@akamai.com>
@vdice vdice merged commit be170a4 into spinframework:main Apr 15, 2026
2 checks passed
@vdice vdice deleted the ci/release branch April 15, 2026 17:24
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.

CI/CD: releases

2 participants