Skip to content

Commit c45b013

Browse files
Update publish-to-test-pypi.yml
1 parent 918b392 commit c45b013

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
with:
6161
name: python-package-distributions
6262
path: dist/
63+
- name: Install Twine
64+
run: python -m pip install twine
6365
- name: Publish distribution 📦 to TestPyPI
6466
env:
6567
TWINE_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }}

0 commit comments

Comments
 (0)