-
Notifications
You must be signed in to change notification settings - Fork 4
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
Eric/cus 10 add automation for deploying to test pypi and prod #32
base: main
Are you sure you want to change the base?
Eric/cus 10 add automation for deploying to test pypi and prod #32
Conversation
testing comments endpoint |
🚀 Preview package published! Install with: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple socketsecurity==1.0.36.dev3221 Docker image: |
🚀 Preview package published! Install with: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple socketsecurity==1.0.36.dev3212 Docker image: |
🚀 Preview package published! Install with: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple socketsecurity==1.0.36.dev3213 Docker image: |
🚀 Preview package published! Install with: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple socketsecurity==1.0.36.dev3214 Docker image: |
🚀 Preview package published! Install with: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple socketsecurity==1.0.36.dev3215 Docker image: |
🚀 Preview package published! Install with: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple socketsecurity==1.0.36.dev3216 Docker image: |
🚀 Preview package published! Install with: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple socketsecurity==1.0.36.dev3217 Docker image: |
🚀 Preview package published! Install with: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple socketsecurity==1.0.36.dev3218 Docker image: |
🚀 Preview package published! Install with: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple socketsecurity==1.0.36.dev3219 Docker image: |
Add GitHub Actions for Automated Deployments
This PR introduces automated deployment workflows using GitHub Actions, establishing a standardized release process for both PyPI packages and Docker images.
New Workflows
PR Previews
Release Process
v1.2.3
)latest
and version tagsManual Stable Releases
stable
tagVersion Management
__init__.py
)New Development Workflow
This PR includes version bump to 1.0.36 to establish clean starting point for automated processes (version .35 was pushed to deploy reversions).