Skip to content

Commit 4891a3e

Browse files
authored
Merge pull request #38 from git-afsantos/dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.4
⬆️ Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4
2 parents b25124d + 954e5e8 commit 4891a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-package.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@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
40+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
4141
with:
4242
repository-url: https://test.pypi.org/legacy/
4343
- name: Publish package to PyPI
44-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
44+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc

0 commit comments

Comments
 (0)