Skip to content

Commit d639a95

Browse files
Bump pypa/gh-action-pypi-publish in the actions group across 1 directory
Bumps the actions group with 1 update in the / directory: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.9.0 to 1.10.3 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.9.0...v1.10.3) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 215c8cc commit d639a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if: >-
6767
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository == 'yadage/packtivity')
6868
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true' && github.repository == 'yadage/packtivity')
69-
uses: pypa/gh-action-pypi-publish@v1.9.0
69+
uses: pypa/gh-action-pypi-publish@v1.10.3
7070
with:
7171
password: ${{ secrets.test_pypi_password }}
7272
repository-url: https://test.pypi.org/legacy/
@@ -75,7 +75,7 @@ jobs:
7575
- name: Publish distribution 📦 to PyPI
7676
# publish to PyPI on releases
7777
if: github.event_name == 'release' && github.event.action == 'published' && github.repository == 'yadage/packtivity'
78-
uses: pypa/gh-action-pypi-publish@v1.9.0
78+
uses: pypa/gh-action-pypi-publish@v1.10.3
7979
with:
8080
password: ${{ secrets.pypi_password }}
8181
print-hash: true

0 commit comments

Comments
 (0)