Skip to content

Commit

Permalink
Python wheels fixes (G-Research#251)
Browse files Browse the repository at this point in the history
- Set README type to Markdown
- Only publish to PyPI for tags
  • Loading branch information
jgiannuzzi authored Aug 17, 2023
1 parent 7dba664 commit 795b9ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
pypi-publish:
name: upload release to PyPI
needs: validate
if: github.event.workflow_run.head_branch != 'main'
runs-on: ubuntu-latest
environment: release
permissions:
Expand Down
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def get_tag(self):
version=get_version(),
description="Rewrite of the MLFlow tracking server with a focus on scalability.",
long_description=get_long_description(),
long_description_content_type="text/markdown",
packages=find_packages(),
include_package_data=True,
data_files=get_data_files(),
Expand Down

0 comments on commit 795b9ff

Please sign in to comment.