From fb39f9d2b47639754846d242ea830c9398343a80 Mon Sep 17 00:00:00 2001 From: Rufus31415 Date: Fri, 24 May 2024 23:08:41 +0200 Subject: [PATCH] update Release.yml --- .github/workflows/Release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 3cba7b5..22861e5 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -20,6 +20,7 @@ jobs: run: | python -m pip install --upgrade pip pip install twine + pip install --upgrade setuptools python setup.py sdist bdist_wheel twine upload dist/* -u __token__ -p $PYPI_TOKEN - uses: ncipollo/release-action@v1