Skip to content

- upd. markdown

- upd. markdown #6

Workflow file for this run

# jobs:
# pypi-publish:
# name: Upload release to PyPI
# runs-on: ubuntu-latest
# environment:
# name: pypi
# url: https://pypi.org/p/<your-pypi-project-name>
# 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@release/v1