|
You are here |
til.simonwillison.net | ||
| | | | |
www.architect.io
|
|
| | | | | Learn how to automate the steps to build, test, and deploy your code using GitHub Actions. | |
| | | | |
johnfraney.ca
|
|
| | | | | Use PyPI trusted publishing with GitHub and Poetry to publish your Python package like it's 2024 | |
| | | | |
www.andrlik.org
|
|
| | | | | I've been using uv in my Github Actions workflows for a while now to speed up my runner environment creation, and I wanted to do the same for my publishing workflows. So, I created the following workflow for each of my PyPI packages. | |
| | | | |
popey.com
|
|
| | | My blog at popey.com/blog is hosted on a Bitfolk VPS, built from the Hugo source code in a public GitHub repo. My workflow for publishing a post goes like this: Use whatever machine Im sat at Clone the repo Add a new page, edit until ready Push directly to the main branch Early on in my use of Hugo, I was manually using hugo and rsync over SSH directly on the VPS. | ||