aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/python-publish.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge release jobs into single workflowAdam Janovsky2022-02-011-36/+0
|
* GitHub actions: fine-tune PyPi actionAdam Janovsky2022-02-011-21/+14
|
* Update python-publish.ymlLéo Vansimay2021-04-291-1/+11
| | | The method currently used only works when we tag a version number, I'm trying to use testpypi to avoid a failed build on each try. Moreover the build and push to PyPI will only trigger on a push with a tag
* add badges, workflow dispatch on publishAdam Janovsky2021-04-241-20/+20
|
* Update python-publish.ymlLéo Vansimay2021-04-231-1/+1
| | | Forcing 3.8 for compatibility purpose
* Update python-publish.ymlLéo Vansimay2021-04-211-1/+5
| | | The build seems to work well, modify the rules to publish the package when a push or PR on master occurs
* Update python-publish.ymlLéo Vansimay2021-04-191-3/+1
| | | calls the publisher on each push
* Create python-publish.ymlLéo Vansimay2021-04-161-0/+31
Attempt to add a github action to publish a PyPI package on each release.