Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit authored Apr 12, 2024
1 parent 27fcdbe commit 853f610
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1410,9 +1410,9 @@ Check-list:
```
- [ ] Upload wheels onto PyPi.org
```sh
docker run --rm -ti ghcr.io/hombit/freddi-python:$VERSION sh -c "python3.7 -m twine upload /dist/*.tar.gz" # sdist
docker run --rm -ti --platform linux/amd64 ghcr.io/hombit/freddi-python:$VERSION sh -c "python3.7 -m twine upload /dist/*.whl" # bdist x86_64
docker run --rm -ti --platform linux/arm64 ghcr.io/hombit/freddi-python:$VERSION sh -c "python3.7 -m twine upload /dist/*.whl" # bdist aarch64
docker run --rm -ti ghcr.io/hombit/freddi-python:$VERSION sh -c "python3.12 -m twine upload /dist/*.tar.gz" # sdist
docker run --rm -ti --platform linux/amd64 ghcr.io/hombit/freddi-python:$VERSION sh -c "python3.12 -m twine upload /dist/*.whl /dist/*.tar.gz" # bdist x86_64
docker run --rm -ti --platform linux/arm64 ghcr.io/hombit/freddi-python:$VERSION sh -c "python3.12 -m twine upload /dist/*.whl" # aarch64
```
- [ ] [Optional] Build executables for GitHub release
- [ ] [Optional] Build and upload macOS wheels
Expand Down

0 comments on commit 853f610

Please sign in to comment.