Create Pypi package on Ubuntu 20.04 LTS as well

This commit is contained in:
Debanjum Singh Solanky 2023-08-06 21:14:46 -07:00
parent 1cbacf20dc
commit 8b41eb9f14

View file

@ -21,7 +21,7 @@ on:
jobs:
publish:
name: Publish Python Package to PyPI
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with: