Skip to content

Commit

Permalink
Remove injection into workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shaikatzz committed Apr 16, 2024
1 parent efb905b commit 4c561b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build
- name: inject readme into setup.py long_description
run: |
python -c "import os; from setuptools import setup; setup(long_description=open('README.md').read())"
- name: Build package
run: python -m build
- name: Publish package
Expand Down

0 comments on commit 4c561b6

Please sign in to comment.