File tree Expand file tree Collapse file tree 1 file changed +0
-39
lines changed
Expand file tree Collapse file tree 1 file changed +0
-39
lines changed Original file line number Diff line number Diff line change 8585
8686 - name : Publish to PyPI
8787 uses : pypa/gh-action-pypi-publish@release/v1
88-
89- publish-to-testpypi :
90- name : Publish to TestPyPI
91- needs : [build, test-package]
92- runs-on : ubuntu-latest
93- environment :
94- name : testpypi
95- url : https://test.pypi.org/p/linearator
96- steps :
97- - name : Download build artifacts
98- uses : actions/download-artifact@v4
99- with :
100- name : python-package-distributions
101- path : dist/
102-
103- - name : Publish to TestPyPI
104- uses : pypa/gh-action-pypi-publish@release/v1
105- with :
106- repository-url : https://test.pypi.org/legacy/
107- # Using trusted publishing for TestPyPI too
108-
109- create-github-release-assets :
110- name : Upload to GitHub Release
111- needs : [build, test-package]
112- runs-on : ubuntu-latest
113- steps :
114- - name : Download build artifacts
115- uses : actions/download-artifact@v4
116- with :
117- name : python-package-distributions
118- path : dist/
119-
120- - name : Upload to GitHub Release
121- uses : softprops/action-gh-release@v1
122- with :
123- files : |
124- dist/*.whl
125- dist/*.tar.gz
126- generate_release_notes : false
You can’t perform that action at this time.
0 commit comments