Revert "Remove PyPI environment from publish workflow"
This reverts commit 688550a9c6.
This commit is contained in:
parent
688550a9c6
commit
b88ab7c04e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/pypi-publish.yml
vendored
3
.github/workflows/pypi-publish.yml
vendored
|
|
@ -52,6 +52,9 @@ jobs:
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
||||||
|
environment:
|
||||||
|
name: pypi
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Retrieve release distributions
|
- name: Retrieve release distributions
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue