Skip to content

chore: Update pyright dependency and use more reliable method of inst… #25

chore: Update pyright dependency and use more reliable method of inst…

chore: Update pyright dependency and use more reliable method of inst… #25

---
name: Publish to TestPyPI
on:
push:
branches: [main]
concurrency:
group: pypi
jobs:
package-testpypi:
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected]
with:
package-name: TekHSI
repo-name: tektronix/TekHSI
permissions:
contents: read
id-token: write
attestations: write
secrets:
test-pypi-api-token: ${{ secrets.TEST_PYPI_API_TOKEN }}