Skip to content

Commit 32c1ab1

Browse files
authored
Merge pull request #27 from git-afsantos/dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.3
⬆️ Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3
2 parents 9e3a808 + 4cf4034 commit 32c1ab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- name: Build package
3838
run: python -m build --sdist --wheel --outdir dist/ .
3939
- name: Publish package to TestPyPI
40-
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
40+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
4141
with:
4242
repository-url: https://test.pypi.org/legacy/
4343
- name: Publish package to PyPI
44-
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
44+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70

0 commit comments

Comments
 (0)