Skip to content

Update pyinstaller requirement from 6.7.0 to 6.8.0 (#78) #44

Update pyinstaller requirement from 6.7.0 to 6.8.0 (#78)

Update pyinstaller requirement from 6.7.0 to 6.8.0 (#78) #44

Workflow file for this run

name: Bump version
on:
push:
branches:
- main
jobs:
bump_tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
persist-credentials: false
- name: "Bump version and push tag"
uses: anothrNick/github-tag-action@master
env:
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
DEFAULT_BUMP: none