a-r-j / graphein

Protein Graph Library
https://graphein.ai/
MIT License
998 stars 125 forks source link

Add autopublish workflow #298

Closed a-r-j closed 1 year ago

a-r-j commented 1 year ago

Reference Issues/PRs

What does this implement/fix? Explain your changes

Adds a github action for publishing release based on tags. Based on this

To create a release, create a tag and push it to GitHub:

git tag -a "v0.0.1-beta" -m "beta version testing"
git push --tags

What testing did you do to verify the changes in this PR?

Pull Request Checklist

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information