Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

16 Commits

Repository files navigation

python-workflows

GitHub Action Python workflows

NameDescription
gh-pages-publish.yamlPublish API docs to GitHub Pages
gh-release.yamlCreate a GitHub Release
pypi-publish.yamlPublish an artifact on PyPi
unit-ci.yamlBuild and run Unit tests

Workflow Updates

Workflows are versioned in semver just as with regular software, however, the GitHub Action workflows convention is to reference a major version number such that backwards compatible minor and patch updates are received automatically. This means a separate major tag such as v1 must be moved after each release. To move a major tag after a release execute (v1 shown):

git tag -f v1
git push --tags -f

See Also

About

GitHub Action Python workflows

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

8 watching

Forks

Releases

Used by

Contributors