Closed cohenaj194 closed 4 days ago
The pull request introduces updates to the GitHub Actions workflow for building a Windows executable and modifies the AzerothAuctionAssassin.py
script. The workflow now includes enhanced steps for installing Python packages, zipping files, updating the version number, and handling executable signing. The version number is updated from "1.2.5.2" to "1.2.5.3" in both the workflow and the script. The script also enhances the data import functionality for items and pets, allowing for both JSON string input and file input.
File | Change Summary |
---|---|
.github/workflows/windows-exe-build.yml | Updated AAA_VERSION from "1.2.5.2" to "1.2.5.3"; modified steps for installing Python packages, zipping files, updating version number, and handling executable signing. |
AzerothAuctionAssassin.py | Updated AAA_VERSION from "1.2.5.2" to "1.2.5.3"; added process_import_data method for item and pet data import; refactored existing import methods for improved error handling. |
AzerothAuctionAssassin.py
from "1.2.4" to "1.2.5", which is directly related to the version update in the main PR from "1.2.5.2" to "1.2.5.3"..github/workflows/windows-exe-build.yml
from "1.2.5.1" to "1.2.5.2", which is also directly related to the version update in the main PR.🐇 In the code we hop and play,
With versions changing every day!
From "1.2.5.2" to "1.2.5.3",
Our script now dances joyfully!
Input with ease, no files to find,
Just type it in, and be so kind!
Hooray for changes, let’s celebrate! 🎉
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Summary by CodeRabbit
New Features
Bug Fixes
Documentation