File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -159,29 +159,7 @@ jobs:
159159 '${{ github.ref_name }}' dist/**
160160 --repo '${{ github.repository }}'
161161
162- publish-to-testpypi :
163- name : Publish to TestPyPI
164- needs : [lint,build]
165- runs-on : ubuntu-latest
166-
167- environment :
168- name : testpypi
169- url : https://test.pypi.org/project/secop-ophyd
170162
171- permissions :
172- id-token : write # IMPORTANT: mandatory for trusted publishing
173-
174- steps :
175- - name : Download all the dists
176- uses : actions/download-artifact@v4
177- with :
178- name : python-package-distributions
179- path : dist/
180- - name : Publish distribution 📦 to TestPyPI
181- uses : pypa/gh-action-pypi-publish@release/v1
182- with :
183- repository-url : https://test.pypi.org/legacy/
184- verbose : true
185163
186164
187165
You can’t perform that action at this time.
0 commit comments