Skip to content

Commit

Permalink
Fix pypi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
erogluorhan authored Mar 27, 2024
1 parent 889ec97 commit f7dd87c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
path: dist

- name: Publish package to PyPI
uses: pypa/[email protected].11
uses: pypa/[email protected].14
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
skip-existing: true
verbose: true

0 comments on commit f7dd87c

Please sign in to comment.