Skip to content

Commit

Permalink
Merge pull request #561 from ultrajson/all-repos_autofix_pypa/gh-acti…
Browse files Browse the repository at this point in the history
…on-pypi-publish
  • Loading branch information
hugovk committed Jul 26, 2022
2 parents 264f60c + cdcbca1 commit bcdc041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Publish package to PyPI
if: github.event.action == 'published'
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand All @@ -188,7 +188,7 @@ jobs:
if: |
github.repository == 'ultrajson/ultrajson' &&
github.ref == 'refs/heads/main'
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.test_pypi_password }}
Expand Down

0 comments on commit bcdc041

Please sign in to comment.