Skip to content
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

Merged
merged 4 commits into from
Sep 9, 2024
Merged

CI improvements #360

merged 4 commits into from
Sep 9, 2024

Conversation

henriquegemignani
Copy link
Member

No description provided.

@henriquegemignani henriquegemignani requested a review from a team September 9, 2024 08:42
Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.55%. Comparing base (07f8be8) to head (d017cc9).
Report is 5 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@@ -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 }}
Copy link
Contributor

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. why does testpy have the password then still
  2. where do we give the permission for ci to generate an identity token

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Because test pypi uses a token that is for my entire account so I don't need to bother with per-project configs
  2. I seem to have not copied that part

@Miepee Miepee added this pull request to the merge queue Sep 9, 2024
Merged via the queue into main with commit 9a3c765 Sep 9, 2024
10 checks passed
@Miepee Miepee deleted the feature/ci-improvements branch September 9, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants