Skip to content

1.1.0 - raising error for failed downloads, changing image IDs in Figures, packing lists of objects, fixing empty image names #28

1.1.0 - raising error for failed downloads, changing image IDs in Figures, packing lists of objects, fixing empty image names

1.1.0 - raising error for failed downloads, changing image IDs in Figures, packing lists of objects, fixing empty image names #28

Workflow file for this run

# Copyright (C) 2022 The Jackson Laboratory
# Copyright (C) 2023 University of Dundee & Open Microscopy Environment.
# All rights reserved.
#
# Use is subject to license terms supplied in LICENSE.
name: Release to PyPI
on:
release:
types: [published]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install Tools
run: |
python -mpip install wheel
python setup.py sdist bdist_wheel
- name: Publish distribution to PyPI
uses: pypa/[email protected]
with:
password: ${{ secrets.PYPI_API_TOKEN }}