Skip to content

Bump urllib3 from 2.6.2 to 2.6.3 (#37) #41

Bump urllib3 from 2.6.2 to 2.6.3 (#37)

Bump urllib3 from 2.6.2 to 2.6.3 (#37) #41

Workflow file for this run

name: Publish
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Publish python poetry package
uses: JRubics/poetry-publish@v1.15
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}