Skip to content

Bump setuptools from 69.2.0 to 70.0.0 #70

Bump setuptools from 69.2.0 to 70.0.0

Bump setuptools from 69.2.0 to 70.0.0 #70

Workflow file for this run

name: Bump version
on:
push:
branches:
- master
pull_request:
types:
- closed
branches:
- master
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.sha }}
fetch-depth: '0'
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
DEFAULT_BUMP: none
MAJOR_STRING_TOKEN: '\[major\]'
MINOR_STRING_TOKEN: '\[minor\]'
PATCH_STRING_TOKEN: '\[patch\]'
NONE_STRING_TOKEN: '\[none\]'