Skip to content

Commit 970cb8f

Browse files
authored
Update on_tag_do_release_and_deploy_pypi.yml
1 parent 38c8ce0 commit 970cb8f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/on_tag_do_release_and_deploy_pypi.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Patch Sources with "tag version ref"
1818
run: python .github/workflows/update_version.py ${{github.ref_name}}
1919

20-
- name: Install pytest + dependancies
21-
run: |
22-
python -m pip install --upgrade pip poetry
23-
poetry install --with dev
20+
#- name: Install pytest + dependancies
21+
# run: |
22+
# python -m pip install --upgrade pip poetry
23+
# poetry install --with dev
2424

2525
#- name: Test with pytest
2626
# run: |
@@ -29,4 +29,4 @@ jobs:
2929
- name: Build and publish to pypi
3030
uses: JRubics/[email protected]
3131
with:
32-
pypi_token: ${{ secrets.PYPI_TOKEN }}
32+
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)