Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 521 Bytes

File metadata and controls

27 lines (21 loc) · 521 Bytes

source.ag Python package publisher

For all your Python package publishing needs.

Usage:

name: source-cdk-patterns-publish

on:
  pull_request:
    types: [closed]
    branches:
      - main

jobs:
  publish:
    if: github.event.pull_request.merged
    runs-on: ubuntu-latest
    steps:
      - name: Publish
        uses: source-ag/source-actions-gitlab-python-taskdef@v1.2
        with:
          gitlab-token-user: ${{ secrets.GITLAB_TOKEN_USER }}
          gitlab-token: ${{ secrets.GITLAB_TOKEN }}