Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/release.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -79,16 +79,16 @@ jobs:
- name: Build package
run: python -m build

- name: Publish package to TestPyPI
run: |
python -m twine upload dist/* -r testpypi -u ${{ secrets.TEST_PYPI_API_USER }} -p ${{ secrets.TEST_PYPI_API_TOKEN }}
# - name: Publish package to TestPyPI
# run: |
# python -m twine upload dist/* -r testpypi -u ${{ secrets.TEST_PYPI_API_USER }} -p ${{ secrets.TEST_PYPI_API_TOKEN }}

- name: Install test package
run: |
pip install --index-url https://test.pypi.org/simple/ --no-deps pynest-api
# - name: Install test package
# run: |
# pip install --index-url https://test.pypi.org/simple/ --no-deps pynest-api

# import to check if package is installed correctly
python -c "import nest"
# # import to check if package is installed correctly
# python -c "import nest"

- name: Commit and push changes
run: |
Expand All@@ -114,4 +114,4 @@ jobs:
contents: read
pages: write
id-token: write
uses: ./.github/workflows/deploy_docs.yaml
uses: ./.github/workflows/deploy_docs.yaml