chore: stop pushing to internal pypi by default

This commit is contained in:
Ayoub Benaissa
2022-03-29 09:01:43 +01:00
committed by GitHub
parent 393d818fea
commit 5a7d6a2c69

View File

@@ -5,6 +5,7 @@ on:
inputs:
internal_pypi:
description: 'Whether to push to internal pypi'
default: 'false'
required: true
type: boolean
public_pypi: