Skip to content

Bump version to 2.0.13 #10

Bump version to 2.0.13

Bump version to 2.0.13 #10

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: On Change
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
schedule:
- cron: '0 1 * * 1'
jobs:
build:
uses: ./.github/workflows/build-test.yml
upload:
uses: ./.github/workflows/python-package.yml
needs: [ build ]
if: ${{ github.event_name == 'push' }}
secrets: inherit
with:
use_testpypi: true