Skip to content

Commit 559c58f

Browse files
⬆️ Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#135)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c70dec0 commit 559c58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
pip install wheel
8787
python setup.py bdist_wheel sdist
8888
- name: Publish
89-
uses: pypa/gh-action-pypi-publish@v1.12.3
89+
uses: pypa/gh-action-pypi-publish@v1.12.4
9090
with:
9191
user: __token__
9292
password: ${{ secrets.PYPI_KEY }}

0 commit comments

Comments
 (0)