File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2929 pip install setuptools wheel twine
3030 python setup.py bdist_wheel
3131 ls ./dist
32+ for f in ./dist/*linux_x86_64.whl; do mv "$f" "${f%linux_x86_64.whl}manylinux1_x86_64.whl"; done;
33+ ls ./dist
3234 - name : Publish to PyPI
3335 env :
3436 TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
Original file line number Diff line number Diff line change 11[package ]
22name = " throttle-server"
3- version = " 0.3.4 "
3+ version = " 0.3.5 "
44authors = [" Markus Klein" ]
55edition = " 2018"
66license = " MIT"
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 0.3.3
4+ 0.3.5
55-----
66
77* Publish server wheels to pypi
88
9- 0.3.1-3
9+ 0.3.1-4
1010-------
1111
1212* Test release - no changes
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def run(self):
9595setup (
9696 name = "throttle-server" ,
9797 author = "Markus klein" ,
98- version = "0.3.4 " ,
98+ version = "0.3.5 " ,
9999 url = "https://github.com/pacman82/throttle" ,
100100 description = "Throttle server. Throttle is a http semaphore service, providing"
101101 "semaphores for distributed systems. Packaged as a wheel for the convinience of"
You can’t perform that action at this time.
0 commit comments