We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943b59c commit e538625Copy full SHA for e538625
.github/workflows/python-publish.yml
@@ -32,4 +32,6 @@ jobs:
32
- name: Build package
33
run: uv build
34
- name: Publish package
35
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
36
+ with:
37
+ user: __token__
0 commit comments