Remove PyPI environment from publish workflow
This commit is contained in:
parent
ed5b9b414c
commit
688550a9c6
1 changed files with 0 additions and 3 deletions
3
.github/workflows/pypi-publish.yml
vendored
3
.github/workflows/pypi-publish.yml
vendored
|
|
@ -52,9 +52,6 @@ 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