Skip to content

Commit

Permalink
commented out processJson() in version_update.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-liriano committed Aug 22, 2024
1 parent 4b0b457 commit a0078f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/version_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,5 +245,6 @@ def readFile(filename) :

processXML(version_to_write)

processJSON(version_to_write)
# 08/22/2024 - Commented out ProcessJSON() due to issues with Packagist
# processJSON(version_to_write)

0 comments on commit a0078f9

Please sign in to comment.