Skip to content

Make the PyPI publish script actually upload - #402

Merged
KingAkeem merged 1 commit into
devfrom
fix/publish-script-uploads
Jul 28, 2026
Merged

Make the PyPI publish script actually upload#402
KingAkeem merged 1 commit into
devfrom
fix/publish-script-uploads

Conversation

@KingAkeem

Copy link
Copy Markdown
Member

What changed

publish.sh was still acting like a dry-run unless --upload was passed, which made it easy to build valid artifacts without ever sending them to PyPI.

This flips the default so scripts/publish.sh builds, checks, and uploads the current version. For validation-only runs, --check and --dry-run now make that intent explicit. The token prompt behavior is unchanged.

Checks

  • bash -n scripts/publish.sh
  • scripts/publish.sh --check

@KingAkeem
KingAkeem merged commit 9a829a5 into dev Jul 28, 2026
9 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