Skip to content

Commit

Permalink
update pypi publish stage
Browse files Browse the repository at this point in the history
  • Loading branch information
ipamaas committed Jun 22, 2023
1 parent 1b1abbd commit af52310
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
parallel: true
- name: Deploy to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: ${{ secrets.PYPI_USER }}
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit af52310

Please sign in to comment.