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

[DEVOPS-1655] Build publish workflow for python sdk #558

Merged

Conversation

michalchecinski
Copy link
Contributor

Type of change

- [ ] Bug fix
- [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [x] Build/deploy pipeline (DevOps)
- [ ] Other

Objective

Create publish workflow for Python SDK to publish it to pypi.

Code changes

  • .github/workflows/publish-python.yml: Add steps to publish python SDK to pypi

Before you submit

  • Please add unit tests where it makes sense to do so

@michalchecinski michalchecinski requested a review from a team as a code owner January 29, 2024 14:45
Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8b468ec) 52.75% compared to head (983df31) 51.65%.
Report is 1 commits behind head on main.

❗ Current head 983df31 differs from pull request most recent head e600439. Consider uploading reports for the commit e600439 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #558      +/-   ##
==========================================
- Coverage   52.75%   51.65%   -1.10%     
==========================================
  Files         163      163              
  Lines        8381     8202     -179     
==========================================
- Hits         4421     4237     -184     
- Misses       3960     3965       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bitwarden-bot
Copy link

bitwarden-bot commented Jan 29, 2024

Logo
Checkmarx One – Scan Summary & Details6bc80db7-24c5-48f1-908e-79e153e67166

New Issues

Severity Issue Source File / Package Checkmarx Insight
MEDIUM Unpinned Actions Full Length Commit SHA /version-bump.yml: 53 Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps...
MEDIUM Unpinned Actions Full Length Commit SHA /publish-python.yml: 75 Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Pinning to a particular SHA helps...

Fixed Issues

Severity Issue Source File / Package
MEDIUM Unpinned Actions Full Length Commit SHA /version-bump.yml: 52

Copy link
Contributor

@tangowithfoxtrot tangowithfoxtrot left a comment

Choose a reason for hiding this comment

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

LGTM

@michalchecinski michalchecinski enabled auto-merge (squash) January 31, 2024 11:31
@michalchecinski michalchecinski merged commit 8c6b215 into main Jan 31, 2024
42 of 43 checks passed
@michalchecinski michalchecinski deleted the DEVOPS-1655-Build-publish-workflow-for-Python-SDK branch January 31, 2024 15:33
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.

4 participants