Updated use of env variable again

This commit is contained in:
Sebastian Qvarfordt
2020-07-20 16:31:07 +02:00
parent 5518e1da4b
commit eb034cba8a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
@@ -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=[