Python Versioner
ActionsTags
(2)This action automatically updates the version number in pyproject.toml and
creates appropriate tags.
name: Updates version and tags
on:
push:
branches:
- master
permissions:
contents: write
jobs:
update_version_and_tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Python 3
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Update version
uses: kurtmc/github-action-python-versioner@v1
Python Versioner is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.