Skip to content

ci: πŸ‘· drop use of the token for PyPI release #376

ci: πŸ‘· drop use of the token for PyPI release

ci: πŸ‘· drop use of the token for PyPI release #376

Workflow file for this run

name: Python
on:
push:
branches: [main]
pull_request:
merge_group:
jobs:
test:
name: Test
uses: ./.github/workflows/python-test.yml
build:
name: Build
uses: ./.github/workflows/python-build.yml
lint:
name: Lint
uses: ./.github/workflows/python-lint.yml