Skip to content

Commit d6ed7aa

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

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: cd
22

3-
on:
4-
push:
5-
tags:
6-
- 'v[0-9]+.[0-9]+.[0-9]+*'
3+
on: [push]
74

85
jobs:
96

@@ -100,7 +97,7 @@ jobs:
10097
run: pip install flit~=3.4
10198

10299
- name: Build and publish
103-
run: flit publish
100+
run: flit publish --repository testpypi
104101
env:
105102
FLIT_USERNAME: __token__
106103
FLIT_PASSWORD: ${{ secrets.PYPI_KEY }}

0 commit comments

Comments
 (0)