Skip to content

Commit 7953604

Browse files
authoredFeb 28, 2024
Merge pull request #31 from SatelliteQE/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.12
Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12
2 parents 4eed323 + f925348 commit 7953604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python -m twine check dist/*
3030
3131
- name: Build and publish
32-
uses: pypa/gh-action-pypi-publish@v1.8.11
32+
uses: pypa/gh-action-pypi-publish@v1.8.12
3333
with:
3434
user: __token__
3535
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)