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

Implement auto publishing to PyPI #118

Open
1 of 4 tasks
dvx76 opened this issue Feb 5, 2024 · 2 comments
Open
1 of 4 tasks

Implement auto publishing to PyPI #118

dvx76 opened this issue Feb 5, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@dvx76
Copy link
Member

dvx76 commented Feb 5, 2024

  • Basic publish to PyPI on Release #119
  • Deploy to Test PyPI on all pushes to master
  • Mark as pre-release when appropriate. Beta version for Test PyPI
  • Validate version match between release tag and version in code
@dvx76 dvx76 added the enhancement New feature or request label Feb 5, 2024
@dvx76 dvx76 self-assigned this Feb 5, 2024
@dvx76
Copy link
Member Author

dvx76 commented Feb 5, 2024

Publishing to test pypi:

      - name: Publish distribution to PyPI
        uses: pypa/gh-action-pypi-publish@release/v1
        with:
          repository-url: https://test.pypi.org/legacy/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant