Skip to content

Commit 68dc94d

Browse files
getting desparate, manual upload
1 parent 85ed6c5 commit 68dc94d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/cd.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,13 @@ jobs:
6767
ls -ltrh
6868
ls -ltrh dist
6969
- 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
70+
run: |
71+
python3 -m twine upload dist/* --repository-url https://test.pypi.org/legacy/ --verbose
72+
# uses: pypa/[email protected]
73+
# with:
74+
# repository-url: https://test.pypi.org/legacy/
75+
# verbose: true
76+
# skip-existing: true
7577
- name: Check test pypi packages
7678
run: |
7779
sleep 3

0 commit comments

Comments
 (0)