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: jobs:
publish: publish:
name: Publish Python Package to PyPI name: Publish Python Package to PyPI
runs-on: ubuntu-latest runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with: