chore(gh-actions-deps): update pypa/gh-action-pypi-publish action to v1.12.3 in all dependant reusable workflows #784
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Test docs | |
on: | |
push: | |
branches: [main] | |
merge_group: | |
pull_request: | |
branches: [main] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} | |
jobs: | |
test-docs: | |
uses: ./.github/workflows/_reusable-test-docs.yml | |
with: | |
node-version: 20 # The node version needs to stay in sync with .readthedocs.yml | |
python-version: pyproject.toml | |
tox-env-array: '["docs", "doctests"]' |