Skip to content

Commit ea6736e

Browse files
authored
CI: Update publish workflow to use PyPI trusted publishers
1 parent e60344f commit ea6736e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ jobs:
7373
with:
7474
name: dist
7575
path: dist
76-
- uses: pypa/gh-action-pypi-publish@master
77-
with:
78-
user: ${{ secrets.PYPI_USERNAME }}
79-
password: ${{ secrets.PYPI_PASSWORD }}
76+
- name: Publish to PyPI
77+
uses: pypa/gh-action-pypi-publish@release/v1
8078

0 commit comments

Comments
 (0)