File: publish-release.yaml

package info (click to toggle)
python-pika 1.3.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,088 kB
  • sloc: python: 20,890; makefile: 134
file content (14 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: publish-release

on:
  release:
    types:
      - released

jobs:
  call-publish-pypi:
    uses: ./.github/workflows/publish-pypi.yaml
    with:
      pypi_repository_url: https://upload.pypi.org/legacy/
    secrets:
      pypi_api_token: ${{ secrets.PYPI_API_TOKEN }}