Skip to content

Commit ea7bbb2

Browse files
authored
Merge pull request #550 from blacklanternsecurity/dev
updating gh-action-pypi-publish again
2 parents 821e1b9 + f47c6ec commit ea7bbb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: Publish PyPi package
116116
if: github.ref == 'refs/heads/main' && env.VERSION_CHANGE == 'true'
117-
uses: pypa/gh-action-pypi-publish@release/v1.12.3
117+
uses: pypa/gh-action-pypi-publish@release/v1
118118
with:
119119
password: ${{ secrets.PYPI_API_TOKEN }}
120120

0 commit comments

Comments
 (0)