Skip to content

Commit ae98157

Browse files
Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.4 (#2606)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.1 to 1.6.4. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.5.1...v1.6.4) --- 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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e153d5a commit ae98157

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,6 @@ jobs:
170170
python3 -m pip install wheel
171171
python3 setup.py --dev_release sdist bdist_wheel
172172
- name: Upload to PyPI
173-
uses: pypa/gh-action-pypi-publish@v1.5.1
173+
uses: pypa/gh-action-pypi-publish@v1.6.4
174174
with:
175175
password: ${{ secrets.PYPI_UPLOAD }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
python3 -m pip install wheel
7474
python3 setup.py sdist bdist_wheel
7575
- name: Upload to PyPI
76-
uses: pypa/gh-action-pypi-publish@v1.5.1
76+
uses: pypa/gh-action-pypi-publish@v1.6.4
7777
with:
7878
password: ${{ secrets.PYPI_UPLOAD }}

0 commit comments

Comments
 (0)