Skip to content

bump version to 2.1.9 #5

bump version to 2.1.9

bump version to 2.1.9 #5

Workflow file for this run

name: pinboard.py test
on: [push]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4.5.0
with:
python-version: "3.11"
- name: test
run: python setup.py test