mirror of
https://github.com/neosubhamoy/pytubepp.git
synced 2025-12-20 02:19:35 +05:30
(ci/cd): switched to modern pyproject.toml build process
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: 🛠️ Build package
|
- name: 🛠️ Build package
|
||||||
run: python3 setup.py sdist bdist_wheel
|
run: python3 -m build
|
||||||
|
|
||||||
- name: 🚀 Publish package distributions to PyPI
|
- name: 🚀 Publish package distributions to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
Reference in New Issue
Block a user