diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 1837d2b3..5c4a8f45 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -17,7 +17,7 @@ jobs: - name: Version id: version - run: echo ::set-output name=value::$(cat VERSION) + run: echo ::set-output name=value::${GITHUB_REF#refs/*/} - name: Setup Python 3.7 uses: actions/setup-python@v2 diff --git a/setup.py b/setup.py index 1ac58ef2..37d90cfa 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,8 @@ setup(name='ydata-synthetic', version=version, description='Synthetic data generation methods with different synthetization methods.', + long_description=long_description, + long_description_content_type='text/markdown', author='YData', author_email='community@ydata.ai', classifiers=[