Skip to content

Bump eslint from 8.50.0 to 8.51.0 (#273) #35

Bump eslint from 8.50.0 to 8.51.0 (#273)

Bump eslint from 8.50.0 to 8.51.0 (#273) #35

Workflow file for this run

on: [push, pull_request]
name: Release to pypi
jobs:
release-to-pypi:
name: Release to pypi
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install dependencies
run: python -m pip install build
- run: python -m build -o python_dist
- name: Publish a Python distribution to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: python_dist/