Skip to content

Commit 7cc0925

Browse files
typo
1 parent ed40bca commit 7cc0925

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_publish-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
TWINE_NON_INTERACTIVE: "1"
7272
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
7373
TWINE_PASSWORD: ${{ matrix.variant == 'lite' && secrets.PYPI_PASSWORD_LITE || secrets.PYPI_PASSWORD }}
74-
run: twine upload --disable-progress-bar --skip-existing ./dist/*
74+
run: twine upload --disable-progress-bar --skip-existing ./dist/*

0 commit comments

Comments
 (0)