Skip to content

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

@patrickmelix
Copy link

Also works for me locally, thanks for doing this!

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
2 participants