Skip to content

Commit db67cfc

Browse files
dependabot[bot]dalito
authored andcommitted
Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.0 to 1.10.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@8a08d61...897895f) --- 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]>
1 parent 4d81399 commit db67cfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555

5656
- name: Publish package 📦 to Test PyPI
5757
if: github.event_name == 'push'
58-
uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6
58+
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b
5959
with:
6060
repository-url: https://test.pypi.org/legacy/
6161

6262
- name: Publish package 📦 to PyPI
6363
if: github.event_name == 'release'
64-
uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6
64+
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b
6565

6666
# [1] https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
6767
# Used actions: (updates managed by dependabot)

0 commit comments

Comments
 (0)