mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
5.0a93
This commit is contained in:
parent
1bd40ef9cd
commit
e033d82d68
2 changed files with 3 additions and 2 deletions
|
@ -2,3 +2,4 @@ royalnet>=5.0a1
|
||||||
aiohttp>=3.6.2
|
aiohttp>=3.6.2
|
||||||
dice>=2.4.2
|
dice>=2.4.2
|
||||||
sortedcontainers>=2.1.0
|
sortedcontainers>=2.1.0
|
||||||
|
wheel>=0.33.6
|
||||||
|
|
4
to_pypi.sh
Normal file → Executable file
4
to_pypi.sh
Normal file → Executable file
|
@ -1,11 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Royalnet must be installed with `develop`
|
# Royalnet must be installed with `develop`
|
||||||
VERSION=$(python3.7 -m royalpack.version)
|
VERSION=$(python3.7 -m rpgpack.version)
|
||||||
|
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
twine upload "dist/{packname}-$VERSION"*
|
twine upload "dist/rpgpack-$VERSION"*
|
||||||
git add *
|
git add *
|
||||||
git commit -m "$VERSION"
|
git commit -m "$VERSION"
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in a new issue