From c13101078d71df6287898a30cbed4c3273d0e9d5 Mon Sep 17 00:00:00 2001 From: aparna-ravindra Date: Mon, 26 Jul 2021 14:26:37 +0530 Subject: [PATCH] reverting --- ci/npm-publish.yml | 2 +- ci/python-publish.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/npm-publish.yml b/ci/npm-publish.yml index 0701ddb..025976d 100644 --- a/ci/npm-publish.yml +++ b/ci/npm-publish.yml @@ -47,4 +47,4 @@ jobs: - run: npm ci - run: npm publish env: - NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file + NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/ci/python-publish.yml b/ci/python-publish.yml index 400548b..1c69e34 100644 --- a/ci/python-publish.yml +++ b/ci/python-publish.yml @@ -33,4 +33,5 @@ jobs: uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 with: user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file + password: ${{ secrets.PYPI_API_TOKEN }} + \ No newline at end of file