Skip to content

v1.2.0: features & bug fixes #9

v1.2.0: features & bug fixes

v1.2.0: features & bug fixes #9

Workflow file for this run

name: Publish to PyPI.org
on:
release:
types: [published]
permissions:
id-token: write
jobs:
pypi:
runs-on: ubuntu-latest
environment:
name: releases
url: https://pypi.org/project/discord-ext-modal-paginator/
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: python3 -m pip install --upgrade build && python3 -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1