Skip to content

Commit

Permalink
Release action: use pypa/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Dec 21, 2022
1 parent 6673a24 commit 6e07e1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ jobs:
run: ls -al ./dist/*
- name: publish
if: github.event_name == 'release' && github.event.action == 'published'
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@v1.6.4
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 6e07e1e

Please sign in to comment.