Skip to content

Overhaul release machinery#154

Merged
arokem merged 3 commits into
tractometry:mainfrom
arokem:overhaul_release_workflow
Jan 20, 2026
Merged

Overhaul release machinery#154
arokem merged 3 commits into
tractometry:mainfrom
arokem:overhaul_release_workflow

Conversation

@arokem

@arokem arokem commented Jan 19, 2026

Copy link
Copy Markdown
Member

Based on nitime's example.

Based on nitime's example.
Copilot AI review requested due to automatic review settings January 19, 2026 22:18

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This pull request overhauls the release and publishing machinery for the AFQ package, restructuring the GitHub Actions workflow based on nitime's example. The changes modernize the build and publish pipeline with separate jobs for building, testing, and publishing to both TestPyPI and production PyPI.

Changes:

  • Replaced the old single-job publish workflow with a multi-stage pipeline including separate jobs for building, testing, validating, and publishing distributions
  • Updated workflow triggers to run on pushes to main branch and tags, with concurrency controls
  • Modernized build tooling from deprecated pep517 to the standard build tool

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/publish-to-test-pypi.yml Outdated
Comment thread .github/workflows/publish-to-test-pypi.yml
Comment thread .github/workflows/publish-to-test-pypi.yml Outdated
Comment thread .github/workflows/publish-to-test-pypi.yml
Comment thread .github/workflows/publish-to-test-pypi.yml Outdated
Comment thread .github/workflows/publish-to-test-pypi.yml
arokem and others added 2 commits January 19, 2026 14:27
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@36000

36000 commented Jan 20, 2026

Copy link
Copy Markdown
Collaborator

This looks good to me, you can merge it when you are done!

@arokem

arokem commented Jan 20, 2026

Copy link
Copy Markdown
Member Author

OK - I also updated the secrets to add the needed API keys. Here's hoping.

@arokem
arokem merged commit 913cb59 into tractometry:main Jan 20, 2026
9 checks passed
arokem added a commit to arokem/pyAFQ that referenced this pull request Jan 20, 2026
- Make onnxruntime optional and skip dependent tests if not installed.
- Install all the requirements on GitHub action to test source dist.
36000 added a commit that referenced this pull request Jan 20, 2026
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.

3 participants