File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- pip install twine
2
- pip install wheel
1
+ py -m pip install twine
2
+ py -m pip install wheel
3
3
4
4
RD /S /Q dist
5
5
6
- python setup.py sdist bdist_wheel
6
+ py setup.py sdist bdist_wheel
7
7
8
8
@ rem This requires you to create a .pypirc file like the one described here:
9
9
@ rem https://github.com/RLBot/RLBot/wiki/Deploying-Changes#first-time-setup
10
10
11
- twine upload --repository pypi dist/*
11
+ twine upload --repository pypi dist/*
Original file line number Diff line number Diff line change 1
- pip install twine
2
- pip install wheel
1
+ py -m pip install twine
2
+ py -m pip install wheel
3
3
4
4
RD /S /Q dist
5
5
6
- python setup.py sdist bdist_wheel
6
+ py setup.py sdist bdist_wheel
7
7
8
8
@ rem This requires you to create a .pypirc file like the one described here:
9
9
@ rem https://github.com/RLBot/RLBot/wiki/Deploying-Changes#first-time-setup
10
10
11
- twine upload --repository pypitest dist/*
11
+ twine upload --repository pypitest dist/*
You can’t perform that action at this time.
0 commit comments