Skip to content

Merge pull request #13 from jerlendds/dependabot/pip/pylint-2.17.4 #31

Merge pull request #13 from jerlendds/dependabot/pip/pylint-2.17.4

Merge pull request #13 from jerlendds/dependabot/pip/pylint-2.17.4 #31

Workflow file for this run

name: Python CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
release:
types: [created]
workflow_dispatch:
jobs:
validation:
uses: microsoft/action-python/.github/workflows/validation.yml@0.2.0
publish:
uses: microsoft/action-python/.github/workflows/publish.yml@0.2.0
secrets:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}