Skip to content

Commit d78b46e

Browse files
author
scholi
committed
test workflow
1 parent 655a0ee commit d78b46e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,7 @@ jobs:
6666
- name: Publish distribution 📦 to PyPI
6767
uses: pypa/gh-action-pypi-publish@release/v1
6868
with:
69-
repository-url: https://test.pypi.org/legacy/
69+
repository-url: https://test.pypi.org/legacy/
70+
env:
71+
TWINE_USERNAME: ${{ github.actor }}
72+
TWINE_PASSWORD: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)