Skip to content

Commit

Permalink
- Update uses package version in github action
Browse files Browse the repository at this point in the history
- release 0.0.3
  • Loading branch information
Laplusdestiny committed Oct 7, 2023
1 parent 972aeef commit 972bc77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install poetry
Expand All @@ -30,7 +30,7 @@ jobs:
poetry run python setup.py bdist_wheel
- name: Publish a Python distribution to PyPI
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1.8
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 972bc77

Please sign in to comment.