Skip to content

Commit 58e5b81

Browse files
authored
Remove push to test pypi from deploy action (#179)
1 parent 8f078f0 commit 58e5b81

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/publish_to_test_pypi.yml renamed to .github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Publish
1+
name: Build
22
on:
33
push:
44
branches: master
@@ -31,12 +31,6 @@ jobs:
3131
python -m jupyterlab.browser_check
3232
- name: Package
3333
run: python setup.py sdist
34-
35-
- name: Publish distribution 📦 to Test PyPI
36-
uses: pypa/gh-action-pypi-publish@master
37-
with:
38-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
39-
repository_url: https://test.pypi.org/legacy/
4034
- name: Publish distribution 📦 to PyPI
4135
if: startsWith(github.ref, 'refs/tags')
4236
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)