We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c8ce0 commit 970cb8fCopy full SHA for 970cb8f
.github/workflows/on_tag_do_release_and_deploy_pypi.yml
@@ -17,10 +17,10 @@ jobs:
17
- name: Patch Sources with "tag version ref"
18
run: python .github/workflows/update_version.py ${{github.ref_name}}
19
20
- - name: Install pytest + dependancies
21
- run: |
22
- python -m pip install --upgrade pip poetry
23
- poetry install --with dev
+ #- name: Install pytest + dependancies
+ # run: |
+ # python -m pip install --upgrade pip poetry
+ # poetry install --with dev
24
25
#- name: Test with pytest
26
# run: |
@@ -29,4 +29,4 @@ jobs:
29
- name: Build and publish to pypi
30
uses: JRubics/[email protected]
31
with:
32
- pypi_token: ${{ secrets.PYPI_TOKEN }}
+ pypi_token: ${{ secrets.PYPI_TOKEN }}
0 commit comments