UFRN-URNAI / urnai-tools

A modular Deep Reinforcement Learning library that supports multiple environments, made with Python 3.6.
Apache License 2.0
5 stars 8 forks source link

Add release workflow to GitHub Actions #6

Open alvarofpp opened 2 years ago

alvarofpp commented 2 years ago

After creating a release in the repository, you must publish that version in PyPi.

Python has guidelines for publishing packages using GitHub Actions, I think it would be interesting to use the guidelines as an example to be followed.

❗ You should use branch v2 as base.