Skip to content

Commit 7d3848e

Browse files
authored
Merge pull request #175 from multiversx/migration-fixes
Repository migration fixes
2 parents f2ec42e + 83e7076 commit 7d3848e

43 files changed

Lines changed: 137 additions & 1425 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/erdpy-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@ jobs:
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
run: |
31-
echo " - [CHANGELOG](https://github.com/ElrondNetwork/elrond-sdk-erdpy/blob/main/erdpy/CHANGELOG.md)" >> notes.txt
32-
echo "" >> notes.txt
33-
3431
RELEASE_TAG=v$(python3 -c "import erdpy._version; print(erdpy._version.__version__);")
35-
gh release create $RELEASE_TAG --title="$RELEASE_TAG" --generate-notes --notes-file=notes.txt
32+
gh release create $RELEASE_TAG --title="$RELEASE_TAG" --generate-notes
3633
3734
- name: Build and publish
3835
env:

.github/workflows/erdpy-up-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install
2525
run: |
26-
wget -O erdpy-up.py https://raw.githubusercontent.com/ElrondNetwork/elrond-sdk-erdpy/$BRANCH_NAME/erdpy-up.py
26+
wget -O erdpy-up.py https://raw.githubusercontent.com/multiversx/mx-sdk-erdpy/$BRANCH_NAME/erdpy-up.py
2727
python3 erdpy-up.py --from-branch $BRANCH_NAME <<< "2"
2828
- name: Smoke test
2929
run: |

.github/workflows/erdpy-up-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install
2525
run: |
26-
wget -O erdpy-up.py https://raw.githubusercontent.com/ElrondNetwork/elrond-sdk-erdpy/$BRANCH_NAME/erdpy-up.py
26+
wget -O erdpy-up.py https://raw.githubusercontent.com/multiversx/mx-sdk-erdpy/$BRANCH_NAME/erdpy-up.py
2727
python3 erdpy-up.py --from-branch $BRANCH_NAME
2828
- name: Smoke test
2929
run: |

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
Python Command Line Tools for interacting with Multivers<sup>X</sup>.
33

44
## Documentation
5-
[docs.elrond.com](https://docs.elrond.com/sdk-and-tools/erdpy/erdpy/)
5+
[docs.multiversx.com](https://docs.multiversx.com/sdk-and-tools/erdpy/erdpy/)
66

77
## CLI
88
[CLI](erdpy/CLI.md)
99

1010
## Distribution
11-
[erdpy-up](https://docs.elrond.com/sdk-and-tools/erdpy/installing-erdpy/) and [PyPi](https://pypi.org/project/erdpy/#history)
12-
13-
## CHANGELOG
14-
[CHANGELOG](erdpy/CHANGELOG.md)
11+
[erdpy-up](https://docs.multiversx.com/sdk-and-tools/erdpy/installing-erdpy/) and [PyPi](https://pypi.org/project/erdpy/#history)

docs/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/conf.py

Lines changed: 0 additions & 64 deletions
This file was deleted.

docs/index.rst

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/make.bat

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/pages/configuration.rst

Lines changed: 0 additions & 40 deletions
This file was deleted.

docs/pages/getting-started.rst

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)