Skip to content

Merge pull request #68 from harissa-framework/anndata #35

Merge pull request #68 from harissa-framework/anndata

Merge pull request #68 from harissa-framework/anndata #35

Workflow file for this run

name: Publish harissa 🌶 to TestPyPI
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: test-pypi
url: https://test.pypi.org/p/harissa
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install packaging tools
run : pip install build
- name: Build python 🐍 package
run: python -m build
- name: Publish distribution 📦 to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/