add PyPI project URL

This commit is contained in:
Luke Tainton 2024-04-27 18:34:44 +01:00
parent e96245dd54
commit 915adcf054
No known key found for this signature in database

View File

@ -38,7 +38,9 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
# Specifying a GitHub environment is optional, but strongly encouraged # Specifying a GitHub environment is optional, but strongly encouraged
environment: release environment:
name: release
url: https://pypi.org/p/ipilot
permissions: permissions:
# IMPORTANT: this permission is mandatory for trusted publishing # IMPORTANT: this permission is mandatory for trusted publishing
id-token: write id-token: write