Skip to content

Commit ed9081d

Browse files
⬆️ Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.12.3 (#133)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.1 to 1.12.3. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.1...v1.12.3) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c2d398 commit ed9081d

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.10.1
89+
uses: pypa/gh-action-pypi-publish@v1.12.3
9090
with:
9191
user: __token__
9292
password: ${{ secrets.PYPI_KEY }}

0 commit comments

Comments
 (0)