Skip to content

Commit c3519a9

Browse files
committed
Merge branch 'main' of github.com:wavespectra/diwasp-python
2 parents 8ac1cdf + c5eff76 commit c3519a9

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

.github/workflows/publish-pypi.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,3 @@ jobs:
5454

5555
- name: Publish distribution to PyPI
5656
uses: pypa/gh-action-pypi-publish@release/v1
57-
58-
publish-to-testpypi:
59-
name: Publish to TestPyPI
60-
needs: build
61-
runs-on: ubuntu-latest
62-
if: github.event_name == 'workflow_dispatch' # Only on manual trigger
63-
environment:
64-
name: testpypi
65-
url: https://test.pypi.org/p/diwasp
66-
permissions:
67-
id-token: write
68-
69-
steps:
70-
- name: Download all the dists
71-
uses: actions/download-artifact@v4
72-
with:
73-
name: python-package-distributions
74-
path: dist/
75-
76-
- name: Publish distribution to TestPyPI
77-
uses: pypa/gh-action-pypi-publish@release/v1
78-
with:
79-
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)