Skip to content

Commit 7e67e13

Browse files
authored
Merge pull request #170 from mammothb/dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.2
build(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.2
2 parents f08e79a + c7d49cd commit 7e67e13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525
python -m build
2626
2727
- name: Publish to TestPyPI
28-
uses: pypa/gh-action-pypi-publish@v1.10.3
28+
uses: pypa/gh-action-pypi-publish@v1.12.2
2929
with:
3030
user: __token__
3131
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
3232
repository_url: https://test.pypi.org/legacy/
3333

3434
- name: Publish to PyPI
3535
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v')
36-
uses: pypa/gh-action-pypi-publish@v1.10.3
36+
uses: pypa/gh-action-pypi-publish@v1.12.2
3737
with:
3838
user: __token__
3939
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)