Skip to content

Commit ad5a751

Browse files
committed
Auto-generated summary:
Commit Date: Fri Mar 8 16:01:24 CST 2024 File changes:
1 parent 2a5e6c2 commit ad5a751

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ jobs:
2828
- name: Publish
2929
uses: pypa/gh-action-pypi-publish@release/v1
3030
with:
31-
skip-existing: true
31+
skip-existing: true
32+
env:
33+
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
34+
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)