TomographicImaging / eqt

A number of templates and tools to develop Qt GUI's with Python effectively.
Other
2 stars 3 forks source link

Get version from git annotated tag #26

Closed lauramurgatroyd closed 3 years ago

lauramurgatroyd commented 3 years ago

Now passes tests. pypi action works correctly. conda action does not get version correctly: Here it gets the version: https://github.com/paskino/qt-elements/runs/3619947370?check_suite_focus=true#step:4:111 But when it builds, version is 'None': https://github.com/paskino/qt-elements/runs/3619947370?check_suite_focus=true#step:4:222

lauramurgatroyd commented 3 years ago

Tried the pep440 converted version with conda and it still didn't work, so reverting that

lauramurgatroyd commented 3 years ago

Somehow adding: source: path: ..

to the meta.yaml fixed everything...