Skip to content

Commit c7cfb4a

Browse files
authored
fix: release script (#2118)
1 parent 62a8840 commit c7cfb4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
run: python -m build
4848
working-directory: ${{ matrix.package.directory }}
4949
- name: Publish package
50-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
50+
uses: pypa/gh-action-pypi-publish@release/v1
5151
with:
52-
user: __token__
5352
password: ${{ secrets[matrix.package.token] }}
5453
packages-dir: ${{ matrix.package.directory }}/dist/

0 commit comments

Comments
 (0)