Skip to content

Commit 182a1f3

Browse files
authored
ci: address skip_existing deprecation (fsspec#369)
1 parent e59b242 commit 182a1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
uses: pypa/gh-action-pypi-publish@release/v1
4040
with:
4141
verbose: true
42-
skip_existing: true
42+
skip-existing: true

0 commit comments

Comments
 (0)