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

New check_pypi_version() function #247

Merged
merged 11 commits into from
Oct 16, 2024
Merged

New check_pypi_version() function #247

merged 11 commits into from
Oct 16, 2024

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Oct 16, 2024

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

The PR refactors the PyPI version check script in the GitHub Actions to improve modularity and functionality.

πŸ“Š Key Changes

  • Code Refactor: Moved PyPI version checking logic to a dedicated utility function check_pypi_version.
  • Version Update: Incremented internal version from 0.0.5 to 0.0.6.
  • Enhanced Documentation: Improved docstrings for better code clarity.

🎯 Purpose & Impact

  • Modularity Enhancement: By moving version checking logic to check_pypi_version, code becomes more maintainable and reusable. This promotes cleaner and more modular coding practices.
  • Improved Clarity: Enhanced docstrings make the code base more understandable for both new developers and contributors, fostering easier maintenance and updates.
  • Version Management: Keeps the project's versioning logic aligned with PyPI standards, ensuring smoother release processes and minimizing manual errors during deployments.

@glenn-jocher glenn-jocher changed the title Update New check_pypi_version() function Oct 16, 2024
@glenn-jocher glenn-jocher merged commit f8cc818 into main Oct 16, 2024
3 checks passed
@glenn-jocher glenn-jocher deleted the update branch October 16, 2024 14:01
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.

2 participants