Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 4e83ea5

Browse files
authored
Merge pull request #20 from epics-containers/dev
fix twine typo
2 parents b3109d7 + 4eb6972 commit 4e83ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ jobs:
180180
env:
181181
TWINE_USERNAME: __token__
182182
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
183-
run: pipx run twine upload dist/*/whl dist/*.tar.gz
183+
run: pipx run twine upload dist/*.whl dist/*.tar.gz

0 commit comments

Comments
 (0)