From 01730e42125332b020939e17e7388f002c60aa63 Mon Sep 17 00:00:00 2001 From: India <46863334+india-kerle@users.noreply.github.com> Date: Fri, 20 Jan 2023 10:52:38 +0000 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3a1dff5..dcbc3d87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,4 +22,4 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | python setup.py sdist bdist_wheel - twine upload pypi dist/* \ No newline at end of file + twine upload dist/*