Skip to content

⬆️ Bump urllib3 from 2.0.6 to 2.1.0 #664

⬆️ Bump urllib3 from 2.0.6 to 2.1.0

⬆️ Bump urllib3 from 2.0.6 to 2.1.0 #664

Workflow file for this run

name: PyPI Deployment
on:
push:
branches:
- master
jobs:
deploy_to_pypi:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Python 3.10
uses: actions/[email protected]
with:
python-version: "3.10"
- name: Build package
run: pip install build && python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}