mirror of
https://github.com/neosubhamoy/pytubepp.git
synced 2025-12-20 02:19:35 +05:30
16 lines
355 B
YAML
16 lines
355 B
YAML
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 |