Skip to content

✨ feat(image-processing): add resize_image_with_scale method #4

✨ feat(image-processing): add resize_image_with_scale method

✨ feat(image-processing): add resize_image_with_scale method #4

Workflow file for this run

name: publish
on:
workflow_dispatch:
push:
tags:
- pypi*
permissions:
contents: read
jobs:
pypi-publish:
name: upload release to PyPI
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- uses: actions/checkout@v3
- uses: pdm-project/setup-pdm@v3
- name: Publish package distributions to PyPI
run: pdm publish