Skip to content

chore(deps): update pypa/gh-action-pypi-publish digest to e1dad8a (#546) #7

chore(deps): update pypa/gh-action-pypi-publish digest to e1dad8a (#546)

chore(deps): update pypa/gh-action-pypi-publish digest to e1dad8a (#546) #7

Workflow file for this run

name: main-release
on:
push:
branches:
- main
jobs:
main-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: make venv
shell: bash
- run: make lint
shell: bash
- run: make test
shell: bash
- run: make build
shell: bash