Skip to content

Commit ff43c12

Browse files
author
Peter Braun
committed
workflow update
1 parent 1b96cb6 commit ff43c12

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/code.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)