@@ -44,7 +44,7 @@ def create_github_release():
4444 """Crée une release GitHub via l'API"""
4545
4646 # Configuration
47- repo_owner = "PhoenixGuardianTools "
47+ repo_owner = "ThePhoenixAgency "
4848 repo_name = "py-stats-toolkit"
4949 tag_name = "v1.0.4"
5050
@@ -93,7 +93,7 @@ def create_github_release():
9393### 🔗 Liens
9494- [Documentation](https://py-stats-toolkit.readthedocs.io/)
9595- [PyPI](https://pypi.org/project/py-stats-toolkit/)
96- - [Issues](https://github.com/PhoenixGuardianTools /py-stats-toolkit/issues)
96+ - [Issues](https://github.com/ThePhoenixAgency /py-stats-toolkit/issues)
9797
9898---
9999*Release créée automatiquement le { datetime .now ().strftime ('%Y-%m-%d %H:%M:%S' )} *""" ,
@@ -166,7 +166,7 @@ def main():
166166 if not create_github_release ():
167167 print ("❌ Échec de la création de la release GitHub" )
168168 print ("\n 💡 Pour créer la release manuellement:" )
169- print ("1. Allez sur https://github.com/PhoenixGuardianTools /py-stats-toolkit/releases" )
169+ print ("1. Allez sur https://github.com/ThePhoenixAgency /py-stats-toolkit/releases" )
170170 print ("2. Cliquez sur 'Create a new release'" )
171171 print ("3. Sélectionnez le tag v1.0.2" )
172172 print ("4. Remplissez les informations et publiez" )
@@ -182,9 +182,9 @@ def main():
182182 print ("📤 La publication sur PyPI est terminée." )
183183 print ("⏱️ Cela peut prendre quelques minutes pour apparaître sur PyPI..." )
184184 print ("\n 🔗 Liens utiles:" )
185- print ("- Release GitHub: https://github.com/PhoenixGuardianTools /py-stats-toolkit/releases" )
185+ print ("- Release GitHub: https://github.com/ThePhoenixAgency /py-stats-toolkit/releases" )
186186 print ("- PyPI: https://pypi.org/project/py-stats-toolkit/" )
187- print ("- Actions: https://github.com/PhoenixGuardianTools /py-stats-toolkit/actions" )
187+ print ("- Actions: https://github.com/ThePhoenixAgency /py-stats-toolkit/actions" )
188188
189189 return True
190190
0 commit comments