From e44195d856f137ec3ed204b00cc71776ae40f724 Mon Sep 17 00:00:00 2001 From: Shyam Dwaraknath Date: Sun, 19 Apr 2020 12:35:59 -0700 Subject: [PATCH] remove working directory. --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d34021f0c6..de2d6c255b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,6 @@ jobs: - name: Publish package uses: pypa/gh-action-pypi-publish@master - working-directory: with: user: __token__ password: ${{ secrets.PYPY_API_TOKEN }}