File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
4040 name : Build and publish Python 🐍 package 📦 to PyPI
4141 needs : build
4242 runs-on : ubuntu-latest
43- # Next 5 lines prepare for trusted publishing: https://docs.pypi.org/trusted-publishers/adding-a-publisher/
44- # environment:
45- # name: pypi-release
46- # url: https://pypi.org/p/linkml-runtime
47- # permissions:
48- # id-token: write # this permission is mandatory for trusted publishing
43+ # Uses trusted publishing. https://docs.pypi.org/trusted-publishers/adding-a-publisher/
44+ environment :
45+ name : pypi-release
46+ url : https://pypi.org/p/linkml-runtime
47+ permissions :
48+ id-token : write # This permission is mandatory for trusted publishing.
4949 steps :
5050 - name : Download built distribution
5151 uses : actions/download-artifact@v4.3.0
5555
5656 - name : Publish package 📦 to PyPI
5757 if : github.event_name == 'release'
58- uses : pypa/gh-action-pypi-publish@v1.12
58+ uses : pypa/gh-action-pypi-publish@v1.12.4
5959 with :
60- password : ${{ secrets.pypi_password }}
61- # verbose: true
60+ verbose : true
You can’t perform that action at this time.
0 commit comments