Skip to content

Commit

Permalink
Upgrade action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stonesjtu committed Jul 26, 2024
1 parent 15bbec6 commit d27e9b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.7
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5.1.1
with:
python-version: '3.8'
python-version: '3.11`'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Build package
run: python setup.py bdist
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.4.2
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit d27e9b1

Please sign in to comment.