Skip to content

Make changes to support binary transfers. #237

Make changes to support binary transfers.

Make changes to support binary transfers. #237

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: Python package
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/python-ci.yml
secrets: inherit
with:
notehub_notify: true
coveralls: true