Skip to content

chore: bump python pkg version for test #2

chore: bump python pkg version for test

chore: bump python pkg version for test #2

Workflow file for this run

name: Publish Python 🐍 distributions 📦 to PyPI
on:
push:
tags:
- python-v*
workflow_dispatch:
jobs:
build-n-publish:
name: Use PDM to Build and publish Python 🐍 distributions 📦 to PyPI
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- name: Checkout
uses: actions/checkout@master
with:
submodules: true
- name: Setup PDM
uses: pdm-project/setup-pdm@v3
- name: Build and Publish distribution 📦 to PyPI
run: |
cd platforms/python
pdm publish