There was an error while loading. Please reload this page.
1 parent d7c653e commit 2a02f93Copy full SHA for 2a02f93
1 file changed
.github/workflows/deploy-sdist.yaml
@@ -8,6 +8,9 @@ on:
8
jobs:
9
sdist:
10
runs-on: ubuntu-latest
11
+ environment: "PyPI Deploy"
12
+ permissions:
13
+ id-token: write
14
15
steps:
16
- name: Checkout source
@@ -22,6 +25,3 @@ jobs:
22
25
- name: Publish package to PyPI
23
26
if: github.event.action == 'published'
24
27
uses: pypa/gh-action-pypi-publish@v1.14.0
- with:
- user: __token__
- password: ${{ secrets.pypi_password }}
0 commit comments