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 62a8840 commit c7cfb4aCopy full SHA for c7cfb4a
.github/workflows/python-publish.yml
@@ -47,8 +47,7 @@ jobs:
47
run: python -m build
48
working-directory: ${{ matrix.package.directory }}
49
- name: Publish package
50
- uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
+ uses: pypa/gh-action-pypi-publish@release/v1
51
with:
52
- user: __token__
53
password: ${{ secrets[matrix.package.token] }}
54
packages-dir: ${{ matrix.package.directory }}/dist/
0 commit comments