Skip to content

Commit 5d9a9b5

Browse files
authored
Merge pull request #374 from plotly/trusted-publisher
Use Trusted Publisher rather than API keys
2 parents 459e8a5 + f5c3707 commit 5d9a9b5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
path: dist/
3131
- name: Publish package distributions to PyPI
3232
uses: pypa/gh-action-pypi-publish@release/v1
33-
with:
34-
password: ${{ secrets.PYPI_API_TOKEN }}
35-
33+
3634
- name: Download npm package
3735
uses: actions/download-artifact@v4
3836
with:
@@ -50,4 +48,4 @@ jobs:
5048
popd
5149
env:
5250
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
53-
shell: bash
51+
shell: bash

0 commit comments

Comments
 (0)