Skip to content

Commit

Permalink
2024年6月7日 更新一下
Browse files Browse the repository at this point in the history
  • Loading branch information
ss1917 committed Jun 7, 2024
1 parent 7a653d3 commit 5e4f90a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
jobs:
build:
name: Publish Python 🐍 distributions 📦 to PyPI
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
with:
fetch-depth: 1
fetch-depth: 0
- name: Set up Python 3.9
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install twine
Expand All @@ -25,7 +25,7 @@ jobs:
run: >-
python setup.py sdist
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@main
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand Down

0 comments on commit 5e4f90a

Please sign in to comment.