Tag: Python
Migrating a Python Package from Travis CI to GitHub Actions
GitHub Actions is the new hotness for continuous integration(CI) and deployment. To the point where it seems to be the default for new open source projects that are GitHub based.
Tags: python | github | continuous integrationAutomating new Python environments with PowerShell
I'm a big fan of automation. If I can automate something, I will. One thing I do often is create a new virtual environment for Python applications, which is just a simple terminal command. But then I have to update pip. Every. Single. Time.
Tags: powershell | python