Skip to content

Commit 7cdab4f

Browse files
author
Peter Braun
committed
omit test
1 parent 3826380 commit 7cdab4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
name: >-
101101
Publish to PyPI
102102
if: ${{startsWith(github.ref, 'refs/tags/')}} # only publish to PyPI on tag pushes
103-
needs: [lint,test,build]
103+
needs: [lint,build]
104104
runs-on: ubuntu-latest
105105
environment:
106106
name: pypi
@@ -166,7 +166,7 @@ jobs:
166166

167167
environment:
168168
name: testpypi
169-
url: https://test.pypi.org/p/secop-ophyd
169+
url: https://test.pypi.org/project/secop-ophyd
170170

171171
permissions:
172172
id-token: write # IMPORTANT: mandatory for trusted publishing

0 commit comments

Comments
 (0)