Skip to content

Commit 89e782d

Browse files
authored
fix: remove --skip-existing flag due to unsupported in twine 6.2.0 (#46)
twine 6.2.0 breaks upload due to unsupported feature --skip-existing pypa/twine#1265
1 parent 35c2f54 commit 89e782d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/publish.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ function publishPackage(
2929
'--repository-url',
3030
repoUrl,
3131
'--non-interactive',
32-
'--skip-existing',
3332
'--verbose',
3433
...signArgs,
3534
`${distDir}/*`,

0 commit comments

Comments
 (0)