Skip to content

CI - Automated release #2

CI - Automated release

CI - Automated release #2

Workflow file for this run

name: Release
on:
release:
types: [published]
workflow_dispatch:
pull_request: # todo: remove
branches:
- master
jobs:
release:
uses: biolab/orange-ci-cd/.github/workflows/release.yml@master

Check failure on line 12 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 12, Col: 11): Secret PYPI_API_TOKEN is required, but not provided while calling.

Check failure on line 12 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 12, Col: 11): Secret PYPI_API_TOKEN is required, but not provided while calling.

Check failure on line 12 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 12, Col: 11): Secret PYPI_API_TOKEN is required, but not provided while calling.
with:
pure-python: true