We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0dc8c51 + 800670c commit ccb6ce3Copy full SHA for ccb6ce3
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -21,6 +21,8 @@ jobs:
21
echo Changing version in setup.py to ${{ steps.get_version.outputs.VERSION }}
22
sed -i 's/VERSION = ".*"/VERSION = "${{ steps.get_version.outputs.VERSION }}"/g' setup.py
23
sed -i 's/version = ".*"/version = "${{ steps.get_version.outputs.VERSION }}"/g' pyproject.toml
24
+ sed -i 's#docs/#https://github.com/Cosmo-Tech/cosmotech-api-python-client/tree/${{ steps.get_version.outputs.VERSION }}/docs/#g' README.md
25
+ sed -i '/All URIs are relative/d' README.md
26
- name: Set up Python 3.10
27
uses: actions/setup-python@v1
28
with:
0 commit comments