Skip to content

Commit bd9ccb3

Browse files
committed
Cleaning test workflow with test.pypi
1 parent 863d514 commit bd9ccb3

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/publish_pypi.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -46,26 +46,3 @@ jobs:
4646
- name: Publish distribution to PyPI
4747
uses: pypa/gh-action-pypi-publish@release/v1
4848

49-
### TO BE REMOVED AFTER TESTS ###
50-
publish-to-testpypi:
51-
name: Publish Waveform-Editor distribution to TestPyPI
52-
if: github.ref=='refs/heads/pypi-publish-workflow' # only publish to TestPyPI on the feature branch
53-
needs:
54-
- build
55-
runs-on: ubuntu-22.04
56-
environment:
57-
name: testpypi
58-
url: https://test.pypi.org/p/waveform-editor
59-
permissions:
60-
id-token: write # IMPORTANT: mandatory for trusted publishing
61-
steps:
62-
- name: Download all the dists
63-
uses: actions/download-artifact@v4
64-
with:
65-
name: python-package-distributions
66-
path: dist/
67-
- name: Publish distribution to TestPyPI
68-
uses: pypa/gh-action-pypi-publish@unstable/v1
69-
with:
70-
repository-url: https://test.pypi.org/legacy/
71-
verbose: true

0 commit comments

Comments
 (0)