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

Commit 1acb1d4

Browse files
garryodcoretl
authored andcommitted
Fix password parameter
1 parent 7c11165 commit 1acb1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ jobs:
164164
- name: Publish to PyPI
165165
uses: pypa/gh-action-pypi-publish@release/v1
166166
with:
167-
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
167+
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)