Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub Actions workflow for PyPI publishing #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

virtualzx-nad
Copy link
Owner

This PR adds GitHub Actions workflow for automated PyPI publishing as discussed in #4.

Changes:

  1. Added GitHub Actions workflow that:
    • Tests package installation and basic functionality on Python 2.7-3.9
    • Publishes to PyPI when a new release is created
  2. Added pyproject.toml for modern Python packaging
  3. Added MANIFEST.in to include README.md and LICENSE

I've verified locally that:

  • Package builds correctly with python -m build
  • Wheel contains all necessary files
  • Package installs and imports correctly

To publish to PyPI after merging:

  1. Create a PyPI account
  2. Generate an API token
  3. Add the token as a GitHub repository secret named PYPI_API_TOKEN
  4. Create a new release

Closes #4

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.

PyPI Package
1 participant