We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff9f03 commit 1474ac5Copy full SHA for 1474ac5
.github/workflows/reproducible.yml
@@ -30,7 +30,7 @@ jobs:
30
run: ./maintainers/reproduce_hashes.sh
31
32
- name: Upload reproduced binaries
33
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v4
34
with:
35
name: reproduced-${{ matrix.os }}
36
path: reproducible/reproduced.tar
deploy.py
@@ -205,6 +205,7 @@ def assert_python_library(module: str):
205
class RemoveConstAction(argparse.Action):
206
207
# pylint: disable=redefined-builtin
208
+ # pylint: disable=too-many-positional-arguments
209
def __init__(self,
210
option_strings,
211
dest,
0 commit comments