Skip to content

[pre-commit.ci] pre-commit autoupdate (#653) #232

[pre-commit.ci] pre-commit autoupdate (#653)

[pre-commit.ci] pre-commit autoupdate (#653) #232

---
name: PyPI
on: push
jobs:
build-n-publish:
name: Build and publish PyFixest Python 🐍 distributions 📦 to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.29.0
cache: true
- name: Install R packages
run: |
pixi run build-pip
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN_PYFIXEST }}