Skip to content

Commit 2d08dd6

Browse files
Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.3 to 1.12.4. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.3...v1.12.4) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 45ee914 commit 2d08dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ jobs:
101101
path: dist
102102
- name: Publish package to Test PyPI
103103
if: github.event.action != 'published' && github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
104-
uses: pypa/gh-action-pypi-publish@v1.12.3
104+
uses: pypa/gh-action-pypi-publish@v1.12.4
105105
with:
106106
user: __token__
107107
password: ${{ secrets.test_pypi_password }}
108108
repository_url: https://test.pypi.org/legacy/
109109
- name: Publish package to PyPI
110110
if: github.event.action == 'published'
111-
uses: pypa/gh-action-pypi-publish@v1.12.3
111+
uses: pypa/gh-action-pypi-publish@v1.12.4
112112
with:
113113
user: __token__
114114
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)