gh workflow: add commit to publish to pypi

This commit is contained in:
pedro 2024-05-31 14:39:04 +02:00
parent ad62f8cc62
commit cf62ad4239

View file

@ -0,0 +1,14 @@
jobs:
pypi-publish:
name: Upload release to PyPI
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/pyvckit
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
# retrieve your distributions here
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@aeac3b6e596e58464ab613b371d0825978a5612d