Skip to content

Commit

Permalink
fix: update action publisb to tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
LongxingTan committed Jul 2, 2024
1 parent 377cd13 commit b27c692
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

- name: Install poetry
shell: bash
Expand All @@ -41,4 +39,4 @@ jobs:
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: |
poetry publish --build
poetry publish

0 comments on commit b27c692

Please sign in to comment.