giotto-ai / giotto-tda

A high-performance topological machine learning toolbox in Python
https://giotto-ai.github.io/gtda-docs
Other
858 stars 175 forks source link

Make PyPI nightly uploads more robust to changes in quote types #471

Closed ulupo closed 4 years ago

ulupo commented 4 years ago

Look for both single and double quotes when modifying DISTNAME in setup.py. Helps avoid incorrect uploads of the distribution as giotto-tda instead of giotto-tda-nightly.

Reference issues/PRs Supersedes #470.