chore: Update pyright dependency and use more reliable method of inst… #25
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: 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 }} |