We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ed6c5 commit 68dc94dCopy full SHA for 68dc94d
.github/workflows/cd.yaml
@@ -67,11 +67,13 @@ jobs:
67
ls -ltrh
68
ls -ltrh dist
69
- name: Publish to Test PyPI
70
- uses: pypa/[email protected]
71
- with:
72
- repository-url: https://test.pypi.org/legacy/
73
- verbose: true
74
- skip-existing: true
+ run: |
+ python3 -m twine upload dist/* --repository-url https://test.pypi.org/legacy/ --verbose
+ # uses: pypa/[email protected]
+ # with:
+ # repository-url: https://test.pypi.org/legacy/
75
+ # verbose: true
76
+ # skip-existing: true
77
- name: Check test pypi packages
78
run: |
79
sleep 3
0 commit comments