Skip to content

Commit 88c934d

Browse files
committed
dry run on test pypi
1 parent ac9a0f1 commit 88c934d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: pip install flit~=3.4
101101

102102
- name: Build and publish
103-
run: flit publish
103+
run: flit publish --repository testpypi
104104
env:
105105
FLIT_USERNAME: __token__
106106
FLIT_PASSWORD: ${{ secrets.PYPI_KEY }}

0 commit comments

Comments
 (0)