Skip to content

build: bump tqdm from 4.66.4 to 4.66.5 #145

build: bump tqdm from 4.66.4 to 4.66.5

build: bump tqdm from 4.66.4 to 4.66.5 #145

Workflow file for this run

name: Deploy to Test PyPi
on:
pull_request:
types:
- labeled
workflow_dispatch:
env:
HATCH_VERSION: "v1.7.0" # keep in sync with deploy.yml
jobs:
deploy-test:
if: ${{ github.event.label.name == 'test-deploy' }} || github.event.label.name !='integration'`
uses: ./.github/workflows/deploy.yml

Check failure on line 15 in .github/workflows/deploy-test.yml

View workflow run for this annotation

GitHub Actions / Deploy to Test PyPi

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-test.yml (Line: 15, Col: 11): Input version is required, but not provided while calling.
with:
deployment_env: test
api_url: "https://api.dev.cloud.dpst.dev/api/v1"
secrets: inherit