add PyPI project URL
This commit is contained in:
parent
e96245dd54
commit
915adcf054
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user