Skip to content

Commit d22e782

Browse files
authored
Updated publish-to-test-pypi.yml
changed runs on to ubuntu-latest
1 parent 77ae03d commit d22e782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: push
55
jobs:
66
build-n-publish:
77
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@master
1111
- name: Set up Python 3.9

0 commit comments

Comments
 (0)