Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 9136ee6

Browse files
authored
use PYPI_USERNAME GH action secret (#122)
1 parent 4871f25 commit 9136ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypipublish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ jobs:
7979
- name: Publish package to PyPI
8080
uses: pypa/[email protected]
8181
with:
82-
user: __token__
82+
user: ${{ secrets.PYPI_USERNAME }}
8383
password: ${{ secrets.PYPI_PASSWORD }}
8484
verbose: true

0 commit comments

Comments
 (0)