Skip to content

💠 JadeGate v1.3.1 — Security Hardening #5

💠 JadeGate v1.3.1 — Security Hardening

💠 JadeGate v1.3.1 — Security Hardening #5

Workflow file for this run

name: Publish to PyPI
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
environment: pypi
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install build
- run: python -m build
- uses: pypa/gh-action-pypi-publish@release/v1