Skip to content

Update Marqo version (#140) #119

Update Marqo version (#140)

Update Marqo version (#140) #119

name: Publish to PyPI
on:
push:
branches:
- mainline
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-latest
environment: PyPI
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.8'
cache: "pip"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
# verbose: true