Skip to content

Commit e3570a8

Browse files
authored
Merge pull request #116 from fingerprintjs/update-publish-action
Update publishing action to resolve publish problem
2 parents 883f45f + a245402 commit e3570a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
python setup.py sdist bdist_wheel
4747
4848
- name: Publish package distributions to PyPI
49-
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b
49+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
5050

5151
e2e-tests:
5252
needs: publish

0 commit comments

Comments
 (0)