Skip to content

Commit e55d2f3

Browse files
committed
Revert "Switch to PyPI trusted publisher"
This reverts commit 57c4dcd.
1 parent 57c4dcd commit e55d2f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ on:
88
jobs:
99
publish:
1010
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
11-
permissions:
12-
id-token: write
11+
secrets:
12+
pypi_token: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)