Skip to content

Commit

Permalink
Add README.md to PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
coreprocess committed May 10, 2021
1 parent 348ccff commit 435743c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
# publish bip
- run: sed -i -E "s/^__version__\s*=\s*.+$/__version__ = '$(cat ../.version | tr -d '[:space:]')'/" */__init__.py
working-directory: bip
- run: cp ../README.md .
working-directory: bip
- run: python3 -m build
working-directory: bip
- run: python3 -m twine upload dist/*
Expand All @@ -25,6 +27,8 @@ jobs:
# publish bip_converter
- run: sed -i -E "s/^__version__\s*=\s*.+$/__version__ = '$(cat ../.version | tr -d '[:space:]')'/" */__init__.py
working-directory: bip_converter
- run: cp ../README.md .
working-directory: bip_converter
- run: python3 -m build
working-directory: bip_converter
- run: python3 -m twine upload dist/*
Expand Down

0 comments on commit 435743c

Please sign in to comment.