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 Action for Automatic PyPI Publishing #86

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

ubyndr
Copy link
Collaborator

@ubyndr ubyndr commented Oct 2, 2024

Fixes #85

This PR introduces a GitHub Action workflow to automate the process of publishing packages to PyPI. The workflow is triggered on specific events (e.g., release creation) to ensure the latest version of the package is automatically deployed to PyPI.

  • Added a GitHub Action configuration for publishing to PyPI.
  • Configured triggers for release events to automate deployment.
  • Included necessary environment variables and secrets setup instructions in the documentation.

@ubyndr ubyndr merged commit 49dcb3f into main Oct 2, 2024
@ubyndr ubyndr deleted the 85-add-github-action-to-run-pytest-on-pull-requests branch October 2, 2024 10:43
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 GitHub Action to Run Pytest on Pull Requests
1 participant