Skip to content

Commit 1f071f1

Browse files
committed
fix deploy
1 parent 67acb65 commit 1f071f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,10 @@ jobs:
246246
- name: install
247247
run: make install
248248

249-
- run: twine check dist/*
249+
- name: twine check
250+
run: |
251+
mv pypi_files dist
252+
twine check dist/*
250253
251254
- name: check tag
252255
run: ./tests/check_tag.py

0 commit comments

Comments
 (0)