Skip to content

Commit

Permalink
chore: update params in workflow pypi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
LinarSharifullin authored Nov 23, 2024
1 parent bd1d445 commit 8bb9436
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pkginfo==1.10.0
pip install build
- name: Extract tag name
id: tag
Expand All @@ -28,7 +27,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.8.6
uses: pypa/gh-action-pypi-publish@v2.2
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 8bb9436

Please sign in to comment.