1
1
mirror of https://github.com/neosubhamoy/pytubepp.git synced 2025-12-19 23:59:36 +05:30

(ci/cd): added basic PyPI publish workflow

This commit is contained in:
2024-02-19 21:54:58 +05:30
parent e4fc300638
commit a1f215abea

16
.github/workflows/publish.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
on:
push:
branches:
- main
name: 🚀 Publish to PyPI
jobs:
pypi-publish:
name: 🎉 Upload release to PyPI
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
steps:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1