We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff27a22 commit dcad0bcCopy full SHA for dcad0bc
.github/workflows/build.yml
@@ -48,11 +48,11 @@ jobs:
48
name: artifact
49
path: dist
50
- name: Publish package on TestPyPi
51
- uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
+ uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06
52
with:
53
repository-url: https://test.pypi.org/legacy/
54
- name: Publish package on PyPi
55
56
- uses: actions/checkout@v4
57
- name: Push v${{ needs.build.outputs.new-version }} tag
58
run: |
0 commit comments