Skip to content

Commit

Permalink
fix pypi upload: skip-existing -> skip_existing
Browse files Browse the repository at this point in the history
aaargh... https://github.com/google/brotli-wheels/actions/runs/11402512035/job/31728799137#step:4:1
```
Unexpected input(s) 'skip-existing', valid inputs are [... 'skip_existing', ...]
```
  • Loading branch information
anthrotype committed Oct 18, 2024
1 parent 440a0e2 commit 5a9be5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
skip-existing: true
skip_existing: true

0 comments on commit 5a9be5f

Please sign in to comment.