Skip to content

Commit

Permalink
Update on_tag_do_release_and_deploy_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manatlan authored Aug 3, 2023
1 parent 38c8ce0 commit 970cb8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/on_tag_do_release_and_deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Patch Sources with "tag version ref"
run: python .github/workflows/update_version.py ${{github.ref_name}}

- name: Install pytest + dependancies
run: |
python -m pip install --upgrade pip poetry
poetry install --with dev
#- name: Install pytest + dependancies
# run: |
# python -m pip install --upgrade pip poetry
# poetry install --with dev

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

0 comments on commit 970cb8f

Please sign in to comment.