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

✨ feat: Python package integration and deployment workflows #20

Merged
merged 2 commits into from
Feb 3, 2024

Conversation

gsuquet
Copy link
Owner

@gsuquet gsuquet commented Feb 3, 2024

Description

  • Python deployment to workflow to upload a package to Pypi and GitHub releases
  • Python integration workflow to execute unit tests and a code format check

Type of change

✨ New feature (non-breaking change which adds functionality)

@gsuquet gsuquet self-assigned this Feb 3, 2024
Copy link
Contributor

github-actions bot commented Feb 3, 2024

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/deployment-python-pypi.yml

PackageVersionLicenseIssue Type
python-semantic-release8.7.2NullUnknown License

Scanned Manifest Files

.github/workflows/deployment-python-pypi.yml
  • actions/checkout@4
  • pypa/gh-action-pypi-publish@1.8.11
  • python-semantic-release@8.7.2
  • python-semantic-release/upload-to-gh-release@main
.github/workflows/integration-python.yml
  • actions/checkout@4
  • actions/setup-python@5

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Feb 3, 2024
@gsuquet gsuquet merged commit 538fc70 into main Feb 3, 2024
7 checks passed
@gsuquet gsuquet deleted the feat/python branch February 3, 2024 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant