-
Notifications
You must be signed in to change notification settings - Fork 15
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
CI improvements #360
CI improvements #360
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #360 +/- ##
=======================================
Coverage 85.55% 85.55%
=======================================
Files 37 37
Lines 2084 2084
=======================================
Hits 1783 1783
Misses 301 301 ☔ View full report in Codecov by Sentry. |
@@ -186,5 +186,3 @@ jobs: | |||
- name: Publish 📦 to PyPI | |||
if: ${{ startsWith(github.ref, 'refs/tags/') }} | |||
uses: pypa/gh-action-pypi-publish@release/v1 | |||
with: | |||
password: ${{ secrets.pypi_password }} |
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.
if the password is not used anymore, then how is it publishing to pypi?
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.
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.
- why does testpy have the password then still
- where do we give the permission for ci to generate an identity token
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.
- Because test pypi uses a token that is for my entire account so I don't need to bother with per-project configs
- I seem to have not copied that part
No description provided.