File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
displayName: 'Install new wheel'
53
53
54
54
- script : |
55
- maturin publish -u rongyi -p $(pypi.password)
55
+ maturin publish -u rongyi -p " $(pypi.password)"
56
56
displayName: "Upload to PyPi"
57
57
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
58
58
@@ -103,7 +103,7 @@ jobs:
103
103
displayName: 'Install new wheel'
104
104
105
105
- script : |
106
- maturin publish -u rongyi -p $(pypi.password)
106
+ maturin publish -u rongyi -p " $(pypi.password)"
107
107
displayName: "Upload to PyPi"
108
108
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
109
109
@@ -157,6 +157,6 @@ jobs:
157
157
displayName: 'Install new wheel'
158
158
159
159
- script : |
160
- maturin publish -u rongyi -p $(pypi.password) --interpreter python
160
+ maturin publish -u rongyi -p " $(pypi.password)" --interpreter python
161
161
displayName: "Upload to PyPi"
162
162
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
You can’t perform that action at this time.
0 commit comments