Skip to content

Commit 010b104

Browse files
committed
FIX: delete artifact before twine upload
1 parent 4b956af commit 010b104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
TWINE_USERNAME: __token__
115115
TWINE_PASSWORD: ${{ secrets.TESTPYPI_API_TOKEN }}
116116
run: |
117+
rm -f dist/xradar1.gz
117118
twine upload --repository testpypi dist/*
118119
119120
test_build_distribution_pypi:

0 commit comments

Comments
 (0)