Skip to content

keep credentials in coverage GHA step #708

keep credentials in coverage GHA step

keep credentials in coverage GHA step #708

Workflow file for this run

name: Build package
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: "Set up Python 3.10"
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: "Install poetry"
run: curl -sSL https://install.python-poetry.org | python3 - --version 2.0.0
- name: Build package
run: poetry build