Skip to content

Federated ensembling, Warmup Modules, Fixed seeds, and a lot of tests #17

Federated ensembling, Warmup Modules, Fixed seeds, and a lot of tests

Federated ensembling, Warmup Modules, Fixed seeds, and a lot of tests #17

Workflow file for this run

name: publish package
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Install apt dependencies
run: |
sudo apt-get update
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/[email protected]
with:
python-version: 3.9
- name: Build package
run: poetry build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}