feat: Add workflow to package/publish to test PyPi#234
feat: Add workflow to package/publish to test PyPi#234vinigfer wants to merge 2 commits intoscanapi:masterfrom
Conversation
|
@vinigfer The error with Changelog Reminder is a current limitation of GitHub Actions. The thing is that it won't run for forked repos unless you enable it to do so. See discussion here.
source: https://help.github.com/en/actions/reference/events-that-trigger-workflows |
|
@camilamaia to differ a "test" version from a "production" version, we could potentially make use of pre-releases, or release candidates. Before tagging a version that is intended to be published (say Later, we could also have an action that every time we push to We may also want to check this box when creating a release from GitHub: |
|
Guys, closing this PR since can't change the source branch/repo. Continuing it here: #239 Like this approach of |

Related issue: #146