Skip to content

Add cryptography to dependencies (#200)(patch) #73

Add cryptography to dependencies (#200)(patch)

Add cryptography to dependencies (#200)(patch) #73

Workflow file for this run

name: "Bump2version-CI"
on:
push:
branches:
- "master"
jobs:
bump-version:
runs-on: ubuntu-latest
name: Bump version and push tags to master
steps:
- name: Bump version
uses: Clinical-Genomics/bump2version-ci@v3
env:
BUMPVERSION_TOKEN: ${{ secrets.BUMPVERSION_TOKEN }}
BUMPVERSION_AUTHOR: ${{ secrets.BUMPVERSION_AUTHOR }}
BUMPVERSION_EMAIL: ${{ secrets.BUMPVERSION_EMAIL }}
GITHUB_REPOSITORY: ${{ github.repository }}