Skip to content

action-badges/pep621-badges

Repository files navigation

pep621-badges

Serverless badges from your PEP-621 pyproject.toml with Github Actions.

build coverage tag license node

Examples:

name: Make PEP-621 Badges
on:
  push:
    branches: [main]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: action-badges/[email protected]
        with:
          branch-name: badges

      - name: Make version Badge
        uses: action-badges/[email protected]
        with:
          file-name: package-version.svg
          badge-branch: badges
          github-token: '${{ secrets.GITHUB_TOKEN }}'
          integration: version

      - name: Make license badge
        uses: action-badges/[email protected]
        with:
          file-name: package-license.svg
          badge-branch: badges
          github-token: '${{ secrets.GITHUB_TOKEN }}'
          integration: license

      - name: Make python version badge
        uses: action-badges/[email protected]
        with:
          file-name: python-version.svg
          badge-branch: badges
          github-token: '${{ secrets.GITHUB_TOKEN }}'
          integration: python-version

All of the standard action-badges parameters can also be used.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published