11name : Publish bdkpython to PyPI
22on : [workflow_dispatch]
33
4+ permissions : {}
5+
46jobs :
57 build-manylinux_2_28-x86_64-wheels :
68 name : " Build Manylinux 2.28 x86_64 wheel"
2628 uses : actions/checkout@v4
2729 with :
2830 submodules : true
31+ persist-credentials : false
2932
3033 - name : " Install Rust 1.84.1"
3134 uses : actions-rs/toolchain@v1
6467 uses : actions/checkout@v4
6568 with :
6669 submodules : true
70+ persist-credentials : false
6771
6872 - name : " Install Python"
6973 uses : actions/setup-python@v4
@@ -103,6 +107,7 @@ jobs:
103107 uses : actions/checkout@v4
104108 with :
105109 submodules : true
110+ persist-credentials : false
106111
107112 - name : " Install Python"
108113 uses : actions/setup-python@v4
@@ -141,6 +146,8 @@ jobs:
141146 uses : actions/checkout@v4
142147 with :
143148 submodules : true
149+ persist-credentials : false
150+
144151 - uses : actions/setup-python@v4
145152 with :
146153 python-version : ${{ matrix.python }}
@@ -167,6 +174,8 @@ jobs:
167174 steps :
168175 - name : " Checkout"
169176 uses : actions/checkout@v4
177+ with :
178+ persist-credentials : false
170179
171180 - name : " Download artifacts in dist/ directory"
172181 uses : actions/download-artifact@v4
0 commit comments