Skip to content

Commit 7897d1c

Browse files
authored
Merge pull request #41 from SatelliteQE/dependabot/github_actions/pypa/gh-action-pypi-publish-1.9.0
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0
2 parents 6cef762 + 2c2e2a4 commit 7897d1c

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.14
32+
uses: pypa/gh-action-pypi-publish@v1.9.0
3333
with:
3434
user: __token__
3535
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)