Skip to content

Commit 91483dd

Browse files
authored
Remove PyPI credentials from make_wheel.yml
Removed PyPI credentials from the workflow file.
1 parent b1cfd76 commit 91483dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/make_wheel.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,3 @@ jobs:
2828

2929
- name: Publish to PyPI
3030
uses: pypa/gh-action-pypi-publish@release/v1
31-
with:
32-
user: __token__
33-
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)