Skip to content

Commit

Permalink
Update pypa/gh-action-pypi-publish action to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 4, 2022
1 parent ee5e51e commit eab943d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
build
--sdist --wheel --outdir dist/ .
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f # v1.5.1
uses: pypa/gh-action-pypi-publish@5d1679fa6b895587c6eb10c3fe82205b440a580e # v1.6.1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: dist/

0 comments on commit eab943d

Please sign in to comment.