Skip to content

Commit

Permalink
chore(actions): update pypa/gh-action-pypi-publish action to v1.6.4 (#12
Browse files Browse the repository at this point in the history
)
  • Loading branch information
renovate[bot] authored Dec 7, 2022
1 parent 7291045 commit a4f3aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
release-tag: ${{ needs.prepare.outputs.version }}

- name: Upload package to pypi
uses: pypa/gh-action-pypi-publish@v1.5.1
uses: pypa/gh-action-pypi-publish@v1.6.4
with:
user: ${{ secrets.PRIVATE_PYPI_USERNAME }}
password: ${{ secrets.PRIVATE_PYPI_PASSWORD }}
Expand Down

0 comments on commit a4f3aa4

Please sign in to comment.