Skip to content

Commit

Permalink
Merge pull request #175 from multiversx/migration-fixes
Browse files Browse the repository at this point in the history
Repository migration fixes
  • Loading branch information
popenta authored Jan 9, 2023
2 parents f2ec42e + 83e7076 commit 7d3848e
Show file tree
Hide file tree
Showing 43 changed files with 137 additions and 1,425 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/erdpy-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo " - [CHANGELOG](https://github.com/ElrondNetwork/elrond-sdk-erdpy/blob/main/erdpy/CHANGELOG.md)" >> notes.txt
echo "" >> notes.txt
RELEASE_TAG=v$(python3 -c "import erdpy._version; print(erdpy._version.__version__);")
gh release create $RELEASE_TAG --title="$RELEASE_TAG" --generate-notes --notes-file=notes.txt
gh release create $RELEASE_TAG --title="$RELEASE_TAG" --generate-notes
- name: Build and publish
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/erdpy-up-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
wget -O erdpy-up.py https://raw.githubusercontent.com/ElrondNetwork/elrond-sdk-erdpy/$BRANCH_NAME/erdpy-up.py
wget -O erdpy-up.py https://raw.githubusercontent.com/multiversx/mx-sdk-erdpy/$BRANCH_NAME/erdpy-up.py
python3 erdpy-up.py --from-branch $BRANCH_NAME <<< "2"
- name: Smoke test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/erdpy-up-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
wget -O erdpy-up.py https://raw.githubusercontent.com/ElrondNetwork/elrond-sdk-erdpy/$BRANCH_NAME/erdpy-up.py
wget -O erdpy-up.py https://raw.githubusercontent.com/multiversx/mx-sdk-erdpy/$BRANCH_NAME/erdpy-up.py
python3 erdpy-up.py --from-branch $BRANCH_NAME
- name: Smoke test
run: |
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
Python Command Line Tools for interacting with Multivers<sup>X</sup>.

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

## CLI
[CLI](erdpy/CLI.md)

## Distribution
[erdpy-up](https://docs.elrond.com/sdk-and-tools/erdpy/installing-erdpy/) and [PyPi](https://pypi.org/project/erdpy/#history)

## CHANGELOG
[CHANGELOG](erdpy/CHANGELOG.md)
[erdpy-up](https://docs.multiversx.com/sdk-and-tools/erdpy/installing-erdpy/) and [PyPi](https://pypi.org/project/erdpy/#history)
20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

64 changes: 0 additions & 64 deletions docs/conf.py

This file was deleted.

30 changes: 0 additions & 30 deletions docs/index.rst

This file was deleted.

35 changes: 0 additions & 35 deletions docs/make.bat

This file was deleted.

40 changes: 0 additions & 40 deletions docs/pages/configuration.rst

This file was deleted.

56 changes: 0 additions & 56 deletions docs/pages/getting-started.rst

This file was deleted.

Loading

0 comments on commit 7d3848e

Please sign in to comment.