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:
40
40
name : Build and publish Python 🐍 package 📦 to PyPI
41
41
needs : build
42
42
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.
49
49
steps :
50
50
- name : Download built distribution
51
51
55
55
56
56
- name : Publish package 📦 to PyPI
57
57
if : github.event_name == 'release'
58
-
58
+
59
59
with :
60
- password : ${{ secrets.pypi_password }}
61
- # verbose: true
60
+ verbose : true
You can’t perform that action at this time.
0 commit comments