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

Github action to automate publish of package when release is cut #9

Merged
merged 3 commits into from
Jan 16, 2024

Conversation

shashank-boyapally
Copy link
Collaborator

Type of change

  • Refactor
  • New feature
  • Bug fix
  • Optimization
  • Documentation Update

Description

Added automation to publish to pypi when release is cut. added setup.py for building of package. Request to the owner to add PYPI_API_TOKEN to the secrets of the repository. A smaller feature add is metadata in testing now supports fips, ipsec and encrypted.

Related Tickets & Documents

  • Related Issue #
  • Closes #

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.

Testing

  • Please describe the System Under Test.
  • Please provide detailed steps to perform tests related to this code change.
  • How were the fix/results from this change verified? Please provide relevant screenshots or results.

@shashank-boyapally
Copy link
Collaborator Author

We need to change the version in setup.py everytime we cut a new release, as pypi does not allow to have the same version even though the package is deleted.

@shashank-boyapally
Copy link
Collaborator Author

Merging!!

@shashank-boyapally shashank-boyapally merged commit 506f606 into cloud-bulldozer:main Jan 16, 2024
8 checks passed
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