1
1
mirror of https://github.com/neosubhamoy/pytubepp.git synced 2025-12-19 07:43:02 +05:30

(ci/cd): switched to modern pyproject.toml build process

This commit is contained in:
2024-10-21 23:33:56 +05:30
parent 5825d55e4d
commit 263f584767

View File

@@ -25,7 +25,7 @@ jobs:
pip install -r requirements.txt
- name: 🛠️ Build package
run: python3 setup.py sdist bdist_wheel
run: python3 -m build
- name: 🚀 Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1