Skip to content

Commit e7b3f9f

Browse files
committed
Revert "Update release workflow to use PyPI trusted publishing (#94)"
This reverts commit 3443c91. Signed-off-by: Mattt Zmuda <[email protected]>
1 parent ce629e9 commit e7b3f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
name: "Publish to PyPI"
12-
permissions:
13-
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
1412

1513
steps:
1614
- uses: actions/checkout@v3
@@ -23,3 +21,5 @@ jobs:
2321
run: python -m build
2422
- name: Publish distribution 📦 to PyPI
2523
uses: pypa/gh-action-pypi-publish@release/v1
24+
with:
25+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)