Exodus-Privacy / exodus-core

Core functionality of εxodus
GNU Affero General Public License v3.0
18 stars 17 forks source link

Update GitHub actions to only push new version to pypi once #62

Closed pnu-s closed 2 years ago

pnu-s commented 2 years ago

Currently, when pushing a new tag, GitHub actions tries to push the new version to pypi twice, once for each python version currently supported.

There is no real impact, except for the pipeline to fail.

We should make sure to only push it with one version of python.

Jean-BaptisteC commented 2 years ago

You can create dependent jobs to publish package only one time if build job sucess.