Skip to content

Commit c78342b

Browse files
Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.7.1 to 1.8.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.7.1...v1.8.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ce3efa8 commit c78342b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -425,15 +425,15 @@ jobs:
425425
python setup.py sdist bdist_wheel
426426
427427
- name: Publish to PyPI (Test)
428-
uses: pypa/gh-action-pypi-publish@v1.7.1
428+
uses: pypa/gh-action-pypi-publish@v1.8.1
429429
if: (github.event_name == 'release')
430430
with:
431431
user: __token__
432432
password: ${{ secrets.pypi_test_password }}
433433
repository_url: https://test.pypi.org/legacy/
434434

435435
- name: Publish to PyPI
436-
uses: pypa/gh-action-pypi-publish@v1.7.1
436+
uses: pypa/gh-action-pypi-publish@v1.8.1
437437
if: (github.event_name == 'release')
438438
with:
439439
user: __token__

0 commit comments

Comments
 (0)