File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 37
37
- determine_version
38
38
with :
39
39
release_version : ${{ needs.determine_version.outputs.release_version }}
40
-
41
- publish-to-test-pypi :
42
- name : Publish to TestPyPI
43
- needs :
44
- - create_artifacts
45
- runs-on : ubuntu-24.04
46
- permissions :
47
- id-token : write
48
- environment :
49
- name : test-pypi
50
- url : https://test.pypi.org/project/python-minifier/${{ needs.determine_version.outputs.release_version }}
51
- steps :
52
- - name : Download distribution artifacts
53
-
54
- with :
55
- pattern : dist-*
56
- path : dist/
57
- merge-multiple : true
58
-
59
- - name : Publish package distributions to PyPI
60
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
61
- with :
62
- repository-url : https://test.pypi.org/legacy/
63
- print-hash : true
64
- verbose : true
You can’t perform that action at this time.
0 commit comments