Skip to content

build(deps): bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.4 #168

build(deps): bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.4

build(deps): bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.4 #168

Workflow file for this run

name: CI
on:
push:
branches: master
pull_request:
branches: master
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 3 * * 6'
workflow_dispatch:
inputs:
reason:
description: 'Reason'
required: false
default: 'Manual trigger'
jobs:
Python:
uses: inveniosoftware/workflows/.github/workflows/tests-python.yml@master