Skip to content

docs: Update basic usage documentation page (#31) #16

docs: Update basic usage documentation page (#31)

docs: Update basic usage documentation page (#31) #16

---
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 }}