osqp / osqp-python

Python interface for OSQP
https://osqp.org/
Apache License 2.0
109 stars 41 forks source link

vb/ghactions fix #66

Closed vineetbansal closed 2 years ago

vineetbansal commented 2 years ago

A few minor changes to the workflow (python setup.py sdist will not dynamically pick up the project from the tag, but python -m build . --sdist will). There are still a few places where a (manual) bumpversion is needed (in addition to the tag):

I will fix these instances soon so that a tag is all that's needed in the future.