Automated Pypi Publishing #453
Labels
area:ci
Relating to the CI/CD workflow
smartbear-supported
This issue is supported by SmartBear
type:bug
Something isn't working
Have you read the Contributing Guidelines on issues?
Prerequisites
pact-python
.Description
The automated publishing to Pypi is unfortunately broken, likely because Pypi now enforces that 2FA be enabled. This consequently prevents a username/password pair from being used for authentication, and requires an authentication token to be generated for the account.
The current
build.yml
unfortunately makes use of the username/password pair and therefore needs to be fixed.Reproducible demo
No response
Steps to reproduce
See CI
Expected behavior
Pact Python should be published automatically from the CI workflow
Actual behavior
Unauthorised error is raised
Your environment
See CI
Self-service
The text was updated successfully, but these errors were encountered: