Skip to content

Commit

Permalink
use fixed ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendt94 authored Nov 28, 2022
1 parent 74a4cca commit 2cd8152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [created]
jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Setup Python
Expand All @@ -24,4 +24,4 @@ jobs:
run: twine check dist/*

- name: Publish to PyPI
run: twine upload dist/* -u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PASSWORD }}
run: twine upload dist/* -u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 2cd8152

Please sign in to comment.