File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 4646 - name : Publish distribution to PyPI
4747 uses : pypa/gh-action-pypi-publish@release/v1
4848
49- # ## TO BE REMOVED AFTER TESTS ###
50- publish-to-testpypi :
51- name : Publish Waveform-Editor distribution to TestPyPI
52- if : github.ref=='refs/heads/pypi-publish-workflow' # only publish to TestPyPI on the feature branch
53- needs :
54- - build
55- runs-on : ubuntu-22.04
56- environment :
57- name : testpypi
58- url : https://test.pypi.org/p/waveform-editor
59- permissions :
60- id-token : write # IMPORTANT: mandatory for trusted publishing
61- steps :
62- - name : Download all the dists
63- uses : actions/download-artifact@v4
64- with :
65- name : python-package-distributions
66- path : dist/
67- - name : Publish distribution to TestPyPI
68- uses : pypa/gh-action-pypi-publish@unstable/v1
69- with :
70- repository-url : https://test.pypi.org/legacy/
71- verbose : true
You can’t perform that action at this time.
0 commit comments