Skip to content

chore: disable PyPI publish workflow #14

chore: disable PyPI publish workflow

chore: disable PyPI publish workflow #14

Workflow file for this run

# PyPI publish workflow - DISABLED: package is not published anywhere.

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build-and-publish
# If publishing is needed in the future, re-enable and configure:
# - Add PYPI_API_TOKEN secret at https://github.com/GrayCodeAI/hawk-sdk-python/settings/secrets/actions
# - Or fix OIDC trusted publisher at https://pypi.org/manage/account/publishing/
# Triggered by release-please when it pushes a v* tag.
name: release
on:
push:
tags: ["v*"]
permissions: {} # disabled
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps: [] # disabled