File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 50
50
env :
51
51
MATURIN_PASSWORD : ${{ secrets.PYPI_TOKEN }}
52
52
GITHUB_TOKEN : ${{ secrets.GH_ACTION }}
53
-
53
+ TWINE_USERNAME : __token__
54
+ TWINE_PASSWORD : ${{ secrets.PYPI_TOKEN }}
55
+
54
56
build-and-publish-macos :
55
57
runs-on : macos-latest
56
58
strategy :
74
76
env :
75
77
MATURIN_PASSWORD : ${{ secrets.PYPI_TOKEN }}
76
78
GITHUB_TOKEN : ${{ secrets.GH_ACTION }}
79
+ TWINE_USERNAME : __token__
80
+ TWINE_PASSWORD : ${{ secrets.PYPI_TOKEN }}
77
81
78
82
build-and-publish-windows :
79
83
runs-on : windows-latest
@@ -103,4 +107,6 @@ jobs:
103
107
extra-args : --skip-existing
104
108
env :
105
109
MATURIN_PASSWORD : ${{ secrets.PYPI_TOKEN }}
106
- GITHUB_TOKEN : ${{ secrets.GH_ACTION }}
110
+ GITHUB_TOKEN : ${{ secrets.GH_ACTION }}
111
+ TWINE_USERNAME : __token__
112
+ TWINE_PASSWORD : ${{ secrets.PYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments