File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -79,16 +79,16 @@ jobs:
79
79
- name : Build package
80
80
run : python -m build
81
81
82
- - name : Publish package to TestPyPI
83
- run : |
84
- python -m twine upload dist/* -r testpypi -u ${{ secrets.TEST_PYPI_API_USER }} -p ${{ secrets.TEST_PYPI_API_TOKEN }}
82
+ # - name: Publish package to TestPyPI
83
+ # run: |
84
+ # python -m twine upload dist/* -r testpypi -u ${{ secrets.TEST_PYPI_API_USER }} -p ${{ secrets.TEST_PYPI_API_TOKEN }}
85
85
86
- - name : Install test package
87
- run : |
88
- pip install --index-url https://test.pypi.org/simple/ --no-deps pynest-api
86
+ # - name: Install test package
87
+ # run: |
88
+ # pip install --index-url https://test.pypi.org/simple/ --no-deps pynest-api
89
89
90
- # import to check if package is installed correctly
91
- python -c "import nest"
90
+ # # import to check if package is installed correctly
91
+ # python -c "import nest"
92
92
93
93
- name : Commit and push changes
94
94
run : |
@@ -114,4 +114,4 @@ jobs:
114
114
contents : read
115
115
pages : write
116
116
id-token : write
117
- uses : ./.github/workflows/deploy_docs.yaml
117
+ uses : ./.github/workflows/deploy_docs.yaml
You can’t perform that action at this time.
0 commit comments