Updated use of env variable again
This commit is contained in:
@@ -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=[
|
||||
|
||||
Reference in New Issue
Block a user