Skip to content

Bump urllib3 from 1.26.16 to 1.26.17 #39

Bump urllib3 from 1.26.16 to 1.26.17

Bump urllib3 from 1.26.16 to 1.26.17 #39

Workflow file for this run

# https://github.com/marketplace/actions/publish-python-poetry-package
name: PyPi Test Package
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.13
with:
pypi_token: ${{ secrets.PYPI_TEST_TOKEN }}
repository_name: "testpypi"
repository_url: "https://test.pypi.org/legacy/"