We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf094a commit 006aecbCopy full SHA for 006aecb
.github/workflows/ci.yml
@@ -71,6 +71,11 @@ jobs:
71
packaging:
72
needs: ci
73
runs-on: ubuntu-latest
74
+ environment:
75
+ name: PyPI
76
+ url: https://pypi.org/p/sphinx-json-schema-spec
77
+ permissions:
78
+ id-token: write
79
80
steps:
81
- uses: actions/checkout@v3
@@ -85,8 +90,6 @@ jobs:
85
90
- name: Publish to PyPI
86
91
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
87
92
uses: pypa/gh-action-pypi-publish@release/v1
88
- with:
89
- password: ${{ secrets.pypi_password }}
93
- name: Create a Release
94
95
uses: softprops/action-gh-release@v1
0 commit comments