ukaea / neutronics_material_maker

A tool for making parametric material cards for use in neutronics codes. Original developed for the Paramak
19 stars 10 forks source link

Version inconsistency #139

Closed RemDelaporteMathurin closed 3 years ago

RemDelaporteMathurin commented 3 years ago

The latest pypi version is 0.3.2 whereas the github release tag is 0.1.13

https://pypi.org/project/neutronics-material-maker/0.3.2/ https://github.com/ukaea/neutronics_material_maker/releases/tag/v0.1.13

Is it possible to trigger the pypi build on a github release?

shimwell commented 3 years ago

Thanks for the nudge. You might be happy to know that the next merge from develop to main changes the way PyPi is updated. It will make use of GitHub releases to trigger PyPi releases so they should be kept consistent from now on

https://github.com/ukaea/neutronics_material_maker/blob/823207e4c8ddf61c7316c96d408af283cb6b0b79/.github/workflows/python-publish.yml#L6-L8

shimwell commented 3 years ago

v0.3.2 now released on GitHub https://github.com/ukaea/neutronics_material_maker/releases/tag/v0.3.2

RemDelaporteMathurin commented 3 years ago

Thanks for the nudge. You might be happy to know that the next merge from develop to main changes the way PyPi is updated. It will make use of GitHub releases to trigger PyPi releases so they should be kept consistent from now on

https://github.com/ukaea/neutronics_material_maker/blob/823207e4c8ddf61c7316c96d408af283cb6b0b79/.github/workflows/python-publish.yml#L6-L8

Interesting!