Skip to content

Commit be5abce

Browse files
authored
Merge pull request #3 from PythonNest/ItayTheDar-patch-1
silent publish package to test pypi
2 parents 0b78b74 + 3783502 commit be5abce

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/release.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,16 @@ jobs:
7979
- name: Build package
8080
run: python -m build
8181

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 }}
8585

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
8989

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"
9292

9393
- name: Commit and push changes
9494
run: |
@@ -114,4 +114,4 @@ jobs:
114114
contents: read
115115
pages: write
116116
id-token: write
117-
uses: ./.github/workflows/deploy_docs.yaml
117+
uses: ./.github/workflows/deploy_docs.yaml

0 commit comments

Comments
 (0)