Skip to content

Conversation

@TeenTornado
Copy link

Closes #334

This PR adds a test job publish_testpypi to verify the publishing workflow works as expected.

Changes:

  • Adds a publish_testpypi job to test_publish_pure_python.yml.
  • Uploads to Test PyPI (https://test.pypi.org/legacy/).
  • Safe for forks: The job is conditional (if: secrets.test_pypi_token != ''), so it will only run if the secret is present.

This ensures the publishing logic is tested without breaking CI for forks or requiring secrets by default.

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.

Add a test which publishes a package to test pypi

2 participants