File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 - determine_version
3838 with :
3939 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- uses : actions/download-artifact@v4.1.8
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