Skip to content

Commit be83b64

Browse files
authored
Update publish-to-test-pypi.yml
1 parent 1141849 commit be83b64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/publish-to-test-pypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66
jobs:
77
build-n-publish:
88
name: Build and publish Python 🐍 distributions 📦 to PyPI
9-
runs-on: ubuntu-18.04
9+
runs-on: Latest
1010

1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Set up Python 3.9
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: 3.9
16+
python-version: 3.11
1717

1818
- name: Install pypa/build
1919
run: >-

0 commit comments

Comments
 (0)