We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae99250 commit 0f4bd99Copy full SHA for 0f4bd99
1 file changed
.github/workflows/pypi.yaml
@@ -83,6 +83,13 @@ jobs:
83
needs: test-built-dist
84
if: github.event_name == 'release'
85
runs-on: ubuntu-latest
86
+
87
+ environment:
88
+ name: pypi
89
+ url: https://pypi.org/p/cf-xarray
90
+ permissions:
91
+ id-token: write
92
93
steps:
94
- uses: actions/download-artifact@v3
95
with:
@@ -91,5 +98,4 @@ jobs:
98
- name: Publish package to PyPI
99
uses: pypa/gh-action-pypi-publish@v1.8.5
100
- password: ${{ secrets.PYPI_PASSWORD }}
101
verbose: true
0 commit comments