WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 26b68ab

Browse files
authored
Update publish-to-test-pypi.yml
1 parent 7d7e7a0 commit 26b68ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
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
@@ -34,4 +34,4 @@ jobs:
3434
if: startsWith(github.ref, 'refs/tags')
3535
uses: pypa/gh-action-pypi-publish@master
3636
with:
37-
password: ${{ secrets.PYPI_API_TOKEN }}
37+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)