Skip to content

🔥 refactor(core): remove unused emoji handling code #3

🔥 refactor(core): remove unused emoji handling code

🔥 refactor(core): remove unused emoji handling code #3

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