Skip to content

Update Python (#383) #5

Update Python (#383)

Update Python (#383) #5

Workflow file for this run

# publish PyPI packages when a new tag is pushed to main
---
name: Publish packages to PyPI
"on":
push:
tags: ["v*.*.*"]
jobs:
pypi-publish:
name: Publish package to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Upload package to PyPI
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
ignore_dev_requirements: true
extra_build_dependency_packages: libpq-dev