From e9d4f72d05ef8b42a09d8abaf9ebfb937388aa9b Mon Sep 17 00:00:00 2001 From: Ali Baker Date: Tue, 5 Jan 2021 22:03:30 +0200 Subject: [PATCH] =?UTF-8?q?Add=20debug=20to=20github=20action=20pipline=20?= =?UTF-8?q?=F0=9F=92=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 704f603..d3efd54 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -25,6 +25,6 @@ jobs: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | - echo "GIT_TAG=`echo $(git describe --tags --abbrev=0)`" > VERSION + echo $(git describe --tags --abbrev=0) > VERSION python setup.py sdist bdist_wheel twine upload dist/* \ No newline at end of file