Skip to content

Upload Python Package to PyPi.org #1

Upload Python Package to PyPi.org

Upload Python Package to PyPi.org #1

Workflow file for this run

name: Upload Python Package to PyPi.org
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/emoji-country-flag
permissions:
id-token: write
attestations: write
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Build and Check Package
uses: hynek/[email protected]
with:
attest-build-provenance-github: 'true'
- name: Publish package distributions to PyPI
uses: pypa/[email protected]