-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update deploy.yml #643
Update deploy.yml #643
Conversation
Upgrade actions/checkout@v2 -> actions/checkout@v4.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #643 +/- ##
===========================================
- Coverage 84.31% 84.29% -0.03%
===========================================
Files 141 141
Lines 8544 8544
===========================================
- Hits 7204 7202 -2
- Misses 1340 1342 +2 ☔ View full report in Codecov by Sentry. |
Associated with the deploy.yml - API keys need to re-generated, otherwise deploy GHA will fail. At least this seems the most likely reason:
|
@yannikschaelte could you give us access? |
According to docs username must be __token__ when using API token: https://pypi.org/help/#invalid-auth
We need to generate PYP_API_TOKEN once we have access. __token__ is required, since we do authenticate with an API token and not username password combination.
@arrjon check please |
* Update deploy.yml * Update deploy.yml (#643) * Update deploy.yml Upgrade actions/checkout@v2 -> actions/checkout@v4. * Update deploy.yml According to docs username must be __token__ when using API token: https://pypi.org/help/#invalid-auth * Update deploy.yml We need to generate PYP_API_TOKEN once we have access. __token__ is required, since we do authenticate with an API token and not username password combination. --------- Co-authored-by: Jonas Arruda <[email protected]>
Upgrade actions/checkout@v2 -> actions/checkout@v4.