File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 needs : publish-test
3333 uses : ./.github/workflows/publish.yaml
3434 with :
35- pypi : pypi
35+ pypi : upload. pypi
3636 permissions :
3737 id-token : write # IMPORTANT: mandatory for trusted publishing!
3838
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ name: Publish python package
2020# project pages (add the name of the relevant Environment for additional
2121# access control).
2222# 4. Call this workflow from a parent workflow with the `pypi` input set to
23- # "pypi" or "test.pypi" (default).
23+ # "upload. pypi" or "test.pypi" (default).
2424#
2525# Invoke with `uses: ./.github/workflows/publish@v1`
2626
3939 runs-on : ubuntu-latest
4040 environment :
4141 name : publish-${{ inputs.pypi }}
42- url : https://${{ inputs.pypi }}.org/p/${{ needs.build.outputs.package-name }}
42+ # url: https://${{ inputs.pypi }}.org/p/${{ needs.build.outputs.package-name }}
4343 permissions :
4444 id-token : write # IMPORTANT: mandatory for trusted publishing
4545 steps :
You can’t perform that action at this time.
0 commit comments