Skip to content

Conversation

@rande
Copy link
Owner

@rande rande commented Jun 25, 2025

No description provided.

@rande rande requested a review from Copilot June 25, 2025 22:36
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR cleans up legacy dependencies and configuration files, and enhances the packaging workflow.

  • Removes Tornado and Twisted extras and mypy overrides from pyproject.toml
  • Updates Makefile to clear dist/ before building and prompt for interactive PyPI tokens
  • Deletes outdated manifest, author, Travis CI, and GitHub Actions README files

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pyproject.toml Dropped legacy tornado and twisted extras and mypy overrides
Makefile Added rm -rf dist/ and interactive token prompts for uploads
MANIFEST.in Removed legacy include patterns for sdist
AUTHORS Removed project authors file
.travis.yml Deleted old Travis CI config
.github/README.md Deleted legacy GitHub Actions documentation
Comments suppressed due to low confidence (2)

Comment on lines +11 to +15
bash -c 'read -s -p "Enter your Production PyPI token: " TWINE_PASSWORD; echo; export TWINE_PASSWORD; python -m twine upload dist/*'

upload-test: build
export TWINE_USERNAME=__token__
python -m twine --repository testpypi upload dist/*
bash -c 'read -s -p "Enter your Test PyPI token: " TWINE_PASSWORD; echo; export TWINE_PASSWORD; python -m twine upload --repository testpypi dist/*'
Copy link

Copilot AI Jun 25, 2025

Choose a reason for hiding this comment

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

Interactive prompts in the Makefile can break automated CI/CD. Consider reading TWINE_PASSWORD from the environment when set and only falling back to read -s when it’s missing.

Copilot uses AI. Check for mistakes.
@rande rande merged commit d569c31 into main Jun 25, 2025
26 checks passed
@rande rande deleted the cleanup_legacy_files branch June 25, 2025 22:38
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.

2 participants