Skip to content

Fix linting

Fix linting #152

name: Publish gpt-index to PyPI / GitHub
on:
push:
tags:
- "v*"
workflow_dispatch:
jobs:
build-n-publish:
name: Build and publish to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.GPT_INDEX_PYPI_TOKEN }}
repository_name: "gpt-index"
ignore_dev_requirements: "yes"