Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 416 Bytes

File metadata and controls

19 lines (14 loc) · 416 Bytes

Test and publish Python package

.github/workflows/python-package.yaml

Usage

test-and-publish:
  name: Test and publish
  uses: significa/actions/.github/workflows/python-package.yaml@main
  secrets:
    TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
    TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}

Secrets

  • TWINE_USERNAME
  • TWINE_PASSWORD