File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 45
45
ls -lh "wheelhouse/"
46
46
47
47
- name : Upload to PyPi
48
+ env :
49
+ TWINE_USERNAME : ${{ secrets.TWINE_USERNAME }}
50
+ TWINE_PASSWORD : ${{ secrets.TWINE_PASSWORD }}
48
51
if : startsWith(github.ref, 'refs/tags/')
49
52
run : |
50
53
TWINE_NON_INTERACTIVE=1 twine upload wheelhouse/*.whl
90
93
ls -lh "dist/"
91
94
92
95
- name : Upload to PyPi
96
+ env :
97
+ TWINE_USERNAME : ${{ secrets.TWINE_USERNAME }}
98
+ TWINE_PASSWORD : ${{ secrets.TWINE_PASSWORD }}
93
99
if : startsWith(github.ref, 'refs/tags/')
94
100
run : |
95
101
TWINE_NON_INTERACTIVE=1 twine upload dist/*.whl
@@ -124,6 +130,9 @@ jobs:
124
130
ls -lh "wheelhouse/"
125
131
126
132
- name : Upload to PyPi
133
+ env :
134
+ TWINE_USERNAME : ${{ secrets.TWINE_USERNAME }}
135
+ TWINE_PASSWORD : ${{ secrets.TWINE_PASSWORD }}
127
136
if : startsWith(github.ref, 'refs/tags/')
128
137
run : |
129
138
TWINE_NON_INTERACTIVE=1 twine upload wheelhouse/*.whl
@@ -172,6 +181,9 @@ jobs:
172
181
ls "dist/"
173
182
174
183
- name : Upload to PyPi
184
+ env :
185
+ TWINE_USERNAME : ${{ secrets.TWINE_USERNAME }}
186
+ TWINE_PASSWORD : ${{ secrets.TWINE_PASSWORD }}
175
187
if : startsWith(github.ref, 'refs/tags/')
176
188
run : |
177
189
TWINE_NON_INTERACTIVE=1 twine upload dist/*.whl
You can’t perform that action at this time.
0 commit comments