Skip to content

Bump pillow from 10.2.0 to 10.3.0 #2

Bump pillow from 10.2.0 to 10.3.0

Bump pillow from 10.2.0 to 10.3.0 #2

Workflow file for this run

name: Publish PPA
on:
push:
branches:
- main
jobs:
publish-ppa:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Publish PPA
uses: atareao/publish-ppa-package-from-source@v1
with:
repository: "atareao/atareao"
gpg_private_key: ${{ secrets.PPA_GPG_PRIVATE_KEY }}
gpg_passphrase: ${{ secrets.PPA_GPG_PASSPHRASE }}
deb_email: "[email protected]"
deb_fullname: "Lorenzo Carbonell"