Post release updates (#2349)

This commit is contained in:
Veronica Berglyd Olsen
2025-05-19 21:48:27 +02:00
committed by GitHub
3 changed files with 1293 additions and 1146 deletions
+1291 -1144
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,5 +1,5 @@
[build-system] [build-system]
requires = ["setuptools"] requires = ["setuptools >= 77.0.3"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
+1 -1
View File
@@ -49,5 +49,5 @@ echo " Done!"
echo "================================================================================" echo "================================================================================"
echo "" echo ""
echo " To upload packages to PyPi, run:" echo " To upload packages to PyPi, run:"
echo " twine upload dist/*" echo " python3 -m twine upload dist/*"
echo "" echo ""