Skip to content

test: Ignore googletagmanager links during doctests #1038

test: Ignore googletagmanager links during doctests

test: Ignore googletagmanager links during doctests #1038

Workflow file for this run

---
name: Package Build
on:
push:
branches: [main]
tags: ['*']
pull_request:
branches: [main]
# Cancel running jobs for the same workflow and branch.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
package-build:
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected]
with:
package-name: tm_devices
python-versions-array: '["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.2"]' # when updating this, make sure to update all workflows that use this strategy # TODO: update to standard 3.13 after it is officially released
operating-systems-array: '["ubuntu", "windows", "macos"]'
permissions:
contents: read
id-token: write
attestations: write