v0.1.13 - Update environment in publish.yml (#110)
UltralyticsAssistant
released this
07 Nov 14:46
·
15 commits
to main
since this release
🌟 Summary
The v0.1.13 release focuses on updates to the GitHub Actions workflow and supports the latest Python version.
📊 Key Changes
- 📄 Updated the workflow configuration for publishing to PyPI, enhancing the deployment process.
- 🔄 Increased plugin version from 0.1.12 to 0.1.13, indicating possible improvements or bug fixes.
- 🛠 Introduced deployment environment details (name and URL) for PyPI in the GitHub workflow.
- 🐍 Added support for Python 3.13 in the project configuration.
- 📝 Improved Slack message formatting for better readability in GitHub Actions.
🎯 Purpose & Impact
- 🚀 Smoother Deployments: The workflow improvements ensure more efficient releases to PyPI, facilitating easier maintenance and enhanced user access to up-to-date features.
- 🐍 Future-Proofing: By supporting Python 3.13, the project stays aligned with the latest Python developments, assuring users of continued compatibility and future support.
- 📈 Improved Infrastructure: The version bump typically signals behind-the-scenes enhancements or fixes, contributing to a more robust plugin experience.
- 🎨 Enhanced Communication: The formatted Slack messages assist in clearer notifications, although they bear no functional changes to the plugin itself.
What's Changed
- Python 3.13 update by @glenn-jocher in #108
- Update publish.yml by @glenn-jocher in #109
- Update environment in publish.yml by @glenn-jocher in #110
Full Changelog: v0.1.12...v0.1.13