neo4j / neo4j-python-driver

Neo4j Bolt driver for Python
https://neo4j.com/docs/api/python-driver/current/
Other
883 stars 187 forks source link

[4.4] CI: fix release scripts to work with PEP 625 #1051

Closed robsdedude closed 3 months ago

robsdedude commented 3 months ago

With version 69.3.0, setuptools started naming dist archives according to PEP 625. This broke our release scripts.

Backport of: https://github.com/neo4j/neo4j-python-driver/pull/1050