Skip to content

Commit 8a38742

Browse files
authored
Merge pull request #135 from TotallyNotRobots/dependabot/github_actions/pypa/gh-action-pypi-publish-v1.4.2
Bump pypa/gh-action-pypi-publish from v1.2.2 to v1.4.2
2 parents 356cde1 + 8b1083e commit 8a38742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
python setup.py sdist bdist_wheel
2626
- name: Publish a Python distribution to PyPI
27-
uses: pypa/gh-action-pypi-publish@v1.2.2
27+
uses: pypa/gh-action-pypi-publish@v1.4.2
2828
with:
2929
user: __token__
3030
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)