Skip to content

Commit 4cbfab3

Browse files
Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 (#827)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3a553f commit 4cbfab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ jobs:
654654
path: dist/
655655
- name: >-
656656
Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to PyPI
657-
uses: pypa/[email protected].0
657+
uses: pypa/[email protected].1
658658
with:
659659
password: ${{ secrets.PYPI_API_TOKEN }}
660660
print_hash: true
@@ -684,7 +684,7 @@ jobs:
684684
path: dist/
685685
- name: >-
686686
Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to TestPyPI
687-
uses: pypa/[email protected].0
687+
uses: pypa/[email protected].1
688688
with:
689689
password: ${{ secrets.PYPI_API_TOKEN }}
690690
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)