Skip to content

[Python] Reuse the action-publish-pypi in release-pypi.yaml #12

[Python] Reuse the action-publish-pypi in release-pypi.yaml

[Python] Reuse the action-publish-pypi in release-pypi.yaml #12

Workflow file for this run

name: Release Python
on:
push:
branches: [release/*]
jobs:
release:
name: Release
runs-on: ubuntu-latest
environment: Release
permissions:
id-token: write
defaults:
run:
working-directory: python
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Show Python version
run: python --version
- uses: cucumber/[email protected]
with:
working-directory: "python"