Skip to content

Commit 2bad08b

Browse files
committed
Update pypi-release.yml to correct upload path from rqd to proto in Twine command
1 parent 1c59ec9 commit 2bad08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
TWINE_USERNAME: __token__
3535
TWINE_PASSWORD: ${{ secrets.PYPI_KEY }}
3636
run: |
37-
python3 -m twine upload --repository testpypi rqd/dist/* --verbose
37+
python3 -m twine upload --repository testpypi proto/dist/* --verbose

0 commit comments

Comments
 (0)