Skip to content

Commit

Permalink
Updated the pypi-publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Oct 26, 2022
1 parent 94bb62c commit a04dfef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Create packages
run: python -m build -n -s -w .
- name: Upload packages
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit a04dfef

Please sign in to comment.