SalladShooter / phyal

Quickly build websites without the hassle of HTML
https://phyal.vercel.app/
MIT License
34 stars 3 forks source link

Create Github workflow for publishing package #23

Open aatle opened 2 months ago

aatle commented 2 months ago

A Github workflow can be used to automatically publish this package to PyPI upon pushing a tag with a specific format. I use https://github.com/marketplace/actions/publish-python-poetry-package for my own package.

Info: https://docs.github.com/en/actions/learn-github-actions/using-starter-workflows https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions https://github.com/aatle/pyriak/blob/0f3fde41a08f650d4e5b4cb5f509b76436fa8c72/.github/workflows/release-pypi.yml

Note that the examples use the v*.*.* tag format, which will need to be adjusted to fit this repo.