Skip to content

chore(deps): bump urllib3 from 2.0.4 to 2.0.6 (#23) #3

chore(deps): bump urllib3 from 2.0.4 to 2.0.6 (#23)

chore(deps): bump urllib3 from 2.0.4 to 2.0.6 (#23) #3

Workflow file for this run

name: release
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_API_KEY }}
- name: Create github release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
run: |
gh release create "$tag" --generate-notes