plaans / aries

Toolbox for automated planning and combinatorial solving.
MIT License
43 stars 7 forks source link

Fix PyPi Release CI #83

Closed franklinselva closed 1 year ago

franklinselva commented 1 year ago

@arbimo The Pypi release currently fails since the version is already available in the project. It seems we should be bumping the version to pass the test.

arbimo commented 1 year ago

Also, you may have to change the filename (i.e. include version in it) for it to work. (Again no experience, just looking at the error message in the CI)

franklinselva commented 1 year ago

I have updated the changes. Regarding the PyPI release job, I think the version number should be updated by bumping the tag solving the current issue. But it may still fail for version 0.0.4 since it is already available.