From 263f584767e4f7c8e73eaabff1664079ea996f66 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Mon, 21 Oct 2024 23:33:56 +0530 Subject: [PATCH] (ci/cd): switched to modern pyproject.toml build process --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 95f09dd..c59c65e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 \ No newline at end of file