Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
f9fba83b
Unverified
Commit
f9fba83b
authored
Jun 21, 2022
by
David Hotham
Committed by
GitHub
Jun 21, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: remove dead authenticator code (#5889)
parent
9932e260
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
src/poetry/publishing/publisher.py
+0
-9
No files found.
src/poetry/publishing/publisher.py
View file @
f9fba83b
...
...
@@ -74,15 +74,6 @@ class Publisher:
resolved_cert
=
cert
or
certificates
.
cert
or
certificates
.
verify
resolved_client_cert
=
client_cert
or
certificates
.
client_cert
# Requesting missing credentials but only if there is not a client cert defined.
if
not
resolved_client_cert
and
hasattr
(
self
.
_io
,
"ask"
):
if
username
is
None
:
username
=
self
.
_io
.
ask
(
"Username:"
)
# skip password input if no username is provided, assume unauthenticated
if
username
and
password
is
None
:
password
=
self
.
_io
.
ask_hidden
(
"Password:"
)
self
.
_uploader
.
auth
(
username
,
password
)
if
repository_name
==
"pypi"
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment