Skip to content

Commit e3ee39e

Browse files
committed
bugfix: fix python publishing action not working correctly
1 parent 9ccdaff commit e3ee39e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/actions/python/publish/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ runs:
3131
uses: docker://ghcr.io/pypa/gh-action-pypi-publish:v1.14.0
3232
with:
3333
packages-dir: dist/
34+
user: __token__
35+
password: ""
36+
verbose: true
3437
- name: Create GitHub Release
3538
if: inputs.create-release == 'true'
3639
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8

0 commit comments

Comments
 (0)