File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9191 - name : Dry Release
9292 if : github.event_name == 'pull_request'
9393 env :
94- TWINE_USERNAME : _token_
94+ TWINE_USERNAME : __token__
9595 TWINE_PASSWORD : ${{ secrets.TEST_PYPI_PUBLISH_TOKEN }}
9696 run : |
9797 . $VENV/bin/activate
@@ -129,7 +129,7 @@ jobs:
129129 run : . script/bootstrap
130130 - name : Release
131131 env :
132- TWINE_USERNAME : _token_
132+ TWINE_USERNAME : __token__
133133 TWINE_PASSWORD : ${{ secrets.PYPI_PUBLISH_TOKEN }}
134134 run : |
135135 . $VENV/bin/activate
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ def release(ctx, dry_run=True):
168168 should_publish_to_pypi = False
169169
170170 # publish to test to verify builds
171- if not dry_run :
171+ if dry_run :
172172 publish (ctx , dry_run = True )
173173
174174 # publish to pypi if test succeeds
You can’t perform that action at this time.
0 commit comments