From eb034cba8ae7b45fb55da46e3d2af5fc34231c5f Mon Sep 17 00:00:00 2001 From: Sebastian Qvarfordt Date: Mon, 20 Jul 2020 16:31:07 +0200 Subject: [PATCH] Updated use of env variable again --- .github/workflows/techdocs.yml | 2 +- packages/techdocs-container/techdocs-core/setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/techdocs.yml b/.github/workflows/techdocs.yml index 2878a2ad64..68a2cd62c0 100644 --- a/.github/workflows/techdocs.yml +++ b/.github/workflows/techdocs.yml @@ -59,4 +59,4 @@ jobs: with: user: __token__ password: ${{ secrets.pypi_api_key }} - packages_dir: ${{ github.workspace }}/packages/techdocs-container/techdocs-core/dist + packages_dir: ./packages/techdocs-container/techdocs-core/dist diff --git a/packages/techdocs-container/techdocs-core/setup.py b/packages/techdocs-container/techdocs-core/setup.py index a259ae0615..14c9506b14 100644 --- a/packages/techdocs-container/techdocs-core/setup.py +++ b/packages/techdocs-container/techdocs-core/setup.py @@ -23,8 +23,8 @@ setup( long_description='', keywords='mkdocs', url='https://github.com/spotify/backstage', - author='Spotify', - author_email='fossboard@spotify.com', + author='TechDocs Core', + author_email='pulp-fiction@spotify.com', license='Apache-2.0', python_requires='>=3.7', install_requires=[