Skip to content

Commit

Permalink
Merge pull request #106 from phenobarbital/modelhandler-bug
Browse files Browse the repository at this point in the history
new version of proxylists
  • Loading branch information
phenobarbital authored Sep 14, 2023
2 parents 27483c3 + 1102b3d commit db68849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
name: Python package build and publish
on:
release:
types: [created]
Expand All @@ -20,12 +20,6 @@ jobs:
with:
python-versions: 'cp39-cp39 cp310-cp310 cp311-cp311'
build-requirements: 'cython numpy'
- name: Publish wheels to Test PyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PROXYLISTS_TEST_PYPI_API_TOKEN }}
run: |
twine upload -r testpypi dist/*-manylinux*.whl
- name: Publish wheels to Production PyPI
env:
TWINE_USERNAME: __token__
Expand Down
2 changes: 1 addition & 1 deletion proxylists/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = 'proxylists'
__description__ = ('Package for getting useful proxy servers, '
'can use lists like hidemy or proxydb.')
__version__ = '0.11.4'
__version__ = '0.11.5'
__author__ = 'Jesus Lara'
__author_email__ = '[email protected]'
__license__ = 'BSD'

0 comments on commit db68849

Please sign in to comment.