Commit f61a5c6 1 parent 55d2b4b commit f61a5c6 Copy full SHA for f61a5c6
File tree 1 file changed +0
-24
lines changed
1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 91
91
gh release upload
92
92
'${{ github.ref_name }}' dist/**
93
93
--repo '${{ github.repository }}'
94
-
95
- publish-to-testpypi :
96
- name : Publish Python 🐍 distribution 📦 to TestPyPI
97
- needs :
98
- - build
99
- runs-on : ubuntu-latest
100
-
101
- environment :
102
- name : testpypi
103
- url : https://test.pypi.org/p/pvdeg
104
-
105
- permissions :
106
- id-token : write # IMPORTANT: mandatory for trusted publishing
107
-
108
- steps :
109
- - name : Download all the dists
110
- uses : actions/download-artifact@v3
111
- with :
112
- name : python-package-distributions
113
- path : dist/
114
- - name : Publish distribution 📦 to TestPyPI
115
- uses : pypa/gh-action-pypi-publish@release/v1
116
- with :
117
- repository-url : https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments