ansys / python-installer-qt-gui

Python QT app for installing Python
https://installer.docs.pyansys.com/
MIT License
31 stars 5 forks source link

Automatic Python Version Update for GitHub action and Bug Fixes #275

Closed anssakthi closed 7 months ago

anssakthi commented 7 months ago

This pull request addresses multiple issues related to Python version updates and bug fixes.

  1. Automatic Python Version Update: Ensures that Python versions are automatically updated for Github action python asset generation.
  2. Fixed Unexpected Boolean Parameter: Resolves an issue where an unexpected boolean parameter caused errors when PYQT called the launch_cmd function in Linux.
  3. Fixed Spyder Launch Button Bug: Addresses a bug where the Spyder launch button was not functioning as expected.